From 50e34a7d7812fa08853e42e48649cfce94c727a7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 26 Sep 2017 23:26:12 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 14210edbc..24f54eb05 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -368,7 +368,7 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int if ( coin->rate != 0 ) coin->updaterate = 0; }*/ - if ( (rand() % 100000) == 0 ) + if ( (rand() % 10000) == 0 ) { post = 0; LP_listunspent_both(coin->symbol,coin->smartaddr);