From ee81a6b6679894ca41efaa5f7d1e2ecca89e8658 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 18 Sep 2017 12:12:59 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_utxo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_utxo.c b/iguana/exchanges/LP_utxo.c index f0b80a966..768a67286 100644 --- a/iguana/exchanges/LP_utxo.c +++ b/iguana/exchanges/LP_utxo.c @@ -242,7 +242,7 @@ void LP_postutxos(char *symbol,char *coinaddr) char *LP_postedutxos(cJSON *argjson) { int32_t i,n,v,ht,errs,height; uint64_t value,val; cJSON *array,*item,*txobj; bits256 txid; char str[65],*symbol,*coinaddr; struct LP_address *ap; struct iguana_info *coin; - printf("posted.(%s)\n",jprint(argjson,0)); + //printf("posted.(%s)\n",jprint(argjson,0)); if ( (coinaddr= jstr(argjson,"coinaddr")) != 0 && (symbol= jstr(argjson,"coin")) != 0 && (coin= LP_coinfind(symbol)) != 0 ) // addsig { if ( coin->electrum == 0 || (ap= LP_addressfind(coin,coinaddr)) != 0 )