From ea9639b1d10b039c05f6a3edb8588a4515e75503 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 22 Dec 2016 19:22:51 +0200 Subject: [PATCH] test --- src/komodo_gateway.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 381fa8d01..f127bb0ec 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -319,8 +319,10 @@ uint64_t komodo_paxtotal() else if ( pax->validated == 0 ) { pax->validated = pax->komodoshis = checktoshis; + int32_t j; for (j=0; j<32; j++) + printf("%02x",((uint8_t *)&pax->txid)[j]); //if ( strcmp(str,ASSETCHAINS_SYMBOL) == 0 ) - printf("%p got WITHDRAW.%s kmd.%d ht.%d %.8f -> %.8f/%.8f\n",pax,pax->source,pax->height,pax->otherheight,dstr(pax->fiatoshis),dstr(pax->komodoshis),dstr(checktoshis)); + printf(" %p got WITHDRAW.%s kmd.%d ht.%d %.8f -> %.8f/%.8f\n",pax,pax->source,pax->height,pax->otherheight,dstr(pax->fiatoshis),dstr(pax->komodoshis),dstr(checktoshis)); } } }