From b1d6119921f63fc182bd8750700a0582fa3d6556 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 31 Oct 2016 20:32:54 -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 4ea1d089a..ba01d0bf8 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -256,6 +256,7 @@ char *dpow_passthru(struct iguana_info *coin,char *function,char *hex) else len = 0; } params[len] = 0; + printf("passthru.(%s) %s\n",function,params); return(bitcoind_passthru(coin->symbol,coin->chain->serverport,coin->chain->userpass,function,params)); }