From 830ff3a0f4691240172ef6de714e64a9c3ec402f Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 9 Oct 2016 12:17:22 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 64c9ad596..bf0fe73d6 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -600,6 +600,7 @@ int32_t dpow_signedtxgen(struct supernet_info *myinfo,struct dpow_info *dp,struc { if ( (signobj= cJSON_Parse(jsonstr)) != 0 ) { + printf("dpowsign.(%s)\n",jsonstr); if ( (signedtx= jstr(signobj,"result")) != 0 && (rawtx2= dpow_decoderawtransaction(myinfo,coin,signedtx)) != 0 ) { if ( (txobj2= cJSON_Parse(rawtx2)) != 0 )