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);