diff --git a/iguana/exchanges/LP_signatures.c b/iguana/exchanges/LP_signatures.c index 55f888517..25e5d4169 100644 --- a/iguana/exchanges/LP_signatures.c +++ b/iguana/exchanges/LP_signatures.c @@ -197,7 +197,7 @@ void LP_smartutxos_push(struct iguana_info *coin) vout = jint(item,"tx_pos"); value = j64bits(item,"value"); height = jint(item,"height"); - if ( (rand() % 100) == 0 && IAMLP == 0 ) + if ( 0 && (rand() % 100) == 0 && IAMLP == 0 ) { HASH_ITER(hh,LP_peerinfos,peer,tmp) {