From ce728c5109e4aa09065ccc7cb170ab19a3d8e1de Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 22 Sep 2017 17:26:04 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_socket.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_socket.c b/iguana/exchanges/LP_socket.c index 4681fa7aa..af2370c41 100644 --- a/iguana/exchanges/LP_socket.c +++ b/iguana/exchanges/LP_socket.c @@ -361,8 +361,8 @@ int32_t electrum_process_array(struct iguana_info *coin,struct electrum_info *ep } if ( value != 0 || tx->height > 0 ) flag += LP_address_utxoadd(coin,coinaddr,txid,v,value,tx->height,-1); - //printf("v.%d numvouts.%d %.8f (%s)\n",jint(item,"tx_pos"),tx->numvouts,dstr(tx->outpoints[jint(item,"tx_pos")].value),jprint(item,0)); - } + printf("v.%d numvouts.%d %.8f (%s)\n",v,tx->numvouts,dstr(tx->outpoints[jint(item,"tx_pos")].value),jprint(item,0)); + } else printf("cant find tx\n"); } } return(flag);