From 3f1e5e1f8ea255f21f448e5cd1db2c9ee5b9f18a Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 12 Jan 2018 16:48:19 +0700 Subject: [PATCH] Test --- iguana/exchanges/LP_transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_transaction.c b/iguana/exchanges/LP_transaction.c index 3cf0855bb..15cdca9fc 100644 --- a/iguana/exchanges/LP_transaction.c +++ b/iguana/exchanges/LP_transaction.c @@ -1650,7 +1650,7 @@ bits256 LP_swap_spendtxid(char *symbol,char *destaddr,bits256 utxotxid,int32_t u } else if ( (coin= LP_coinfind(symbol)) != 0 && coin->electrum == 0 ) { - printf("get received by %s\n",destaddr); + //printf("get received by %s\n",destaddr); if ( (array= LP_listreceivedbyaddress(symbol,destaddr)) != 0 ) { if ( (n= cJSON_GetArraySize(array)) > 0 )