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