From 835cd75dd18a570781c5bc3e8a28af97bf4b95cd Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 18 Sep 2017 11:26:43 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 85ad454c2..1cffef1ba 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -455,7 +455,7 @@ void LP_listunspent_issue(char *symbol,char *coinaddr) if ( (destport= LP_randpeer(destip)) > 0 ) { retstr = issue_LP_listunspent(destip,destport,symbol,coinaddr); - printf("rand %s listunspent.(%s) to %s:%u -> %s\n",symbol,coinaddr,destip,destport,retstr); + //printf("rand %s listunspent.(%s) to %s:%u -> %s\n",symbol,coinaddr,destip,destport,retstr); } } if ( retjson != 0 )