From a6583d92052832bbdc62f9a7037bf94d2a689a9e Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Oct 2017 22:11:54 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_signatures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {