From 3f2300f76bafe6291f0e1dd9635ce5a13a7921f8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 25 Feb 2017 22:15:08 +0200 Subject: [PATCH] Test --- iguana/dpow/dpow_rpc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/dpow/dpow_rpc.c b/iguana/dpow/dpow_rpc.c index e73e17ee6..12a4667a9 100755 --- a/iguana/dpow/dpow_rpc.c +++ b/iguana/dpow/dpow_rpc.c @@ -324,6 +324,7 @@ cJSON *dpow_gettxout(struct supernet_info *myinfo,struct iguana_info *coin,bits2 json = cJSON_Parse(retstr); free(retstr); } + printf("dpow_gettxout.(%s)\n",retstr); return(json); }