diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index b5b0008d4..7847460ff 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -361,12 +361,12 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int memset(&zero,0,sizeof(zero)); if ( coin->inactive != 0 ) continue; - if ( coin->updaterate != 0 || (coin->electrum == 0 && coin->rate == 0.) ) + /*if ( coin->updaterate != 0 || (coin->electrum == 0 && coin->rate == 0.) ) { LP_getestimatedrate(coin); if ( coin->rate != 0 ) coin->updaterate = 0; - } + }*/ if ( (rand() % 1000) == 0 ) { post = 0;