From 4eda8c2d2a77b8d203040cb9baeb4060dfad5969 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 18 Jun 2017 12:27:20 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_utxos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index aa191f2c9..cc8e71922 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/iguana/exchanges/LP_utxos.c @@ -544,7 +544,7 @@ int32_t LP_utxosparse(char *destipaddr,uint16_t destport,char *retstr,uint32_t n if ( jobj(item,"txid") != 0 ) { txid = jbits256(item,"txid"); - printf("parse.(%s)\n",jprint(item,0)); + //printf("parse.(%s)\n",jprint(item,0)); if ( (utxo= LP_utxoaddjson(1,-1,item)) != 0 ) utxo->T.lasttime = now; }