From 811fdfe82c02ff62661dcea3a724c93f6937309b Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 5 Nov 2016 15:20:57 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_rpc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iguana/dpow/dpow_rpc.c b/iguana/dpow/dpow_rpc.c index 44e10a04f..cc7aa439e 100755 --- a/iguana/dpow/dpow_rpc.c +++ b/iguana/dpow/dpow_rpc.c @@ -409,6 +409,7 @@ int32_t dpow_issuer_tx(struct iguana_info *coin,int32_t height,int32_t txi,char { if ( (json= cJSON_Parse(retstr)) != 0 ) { + printf("TX.(%s)\n",retstr); if ( (result= jobj(json,(char *)"result")) != 0 && (vouts= jarray(&n,result,(char *)"vout")) != 0 ) { retval = 0; @@ -512,6 +513,7 @@ int32_t dpow_issuer_iteration(struct iguana_info *coin,int32_t KMDHEIGHT,uint32_ } free_json(infoobj); } + printf("GETINFO.(%s)\n",retstr); free(retstr); } else