diff --git a/iguana/exchanges/LP_socket.c b/iguana/exchanges/LP_socket.c index 7e3a9e22c..7d32978d4 100644 --- a/iguana/exchanges/LP_socket.c +++ b/iguana/exchanges/LP_socket.c @@ -330,7 +330,7 @@ int32_t electrum_process_array(struct iguana_info *coin,struct electrum_info *ep if ( ep != 0 && coin != 0 && tx->SPV == 0 ) { tx->SPV = LP_merkleproof(coin,ep,txid,tx->height); - printf("%s %s >>>>>>>>>> set %s <- height %d\n",coin->symbol,coinaddr,bits256_str(str,txid),tx->height); + //printf("%s %s >>>>>>>>>> set %s <- height %d\n",coin->symbol,coinaddr,bits256_str(str,txid),tx->height); } } if ( v >= 0 && v < tx->numvouts )