diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index d10b00c62..14697ab34 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -162,7 +162,7 @@ void LP_mainloop(struct LP_peerinfo *mypeer,uint16_t mypubport,int32_t pubsock,i { LP_privkey_updates(mypeer,pubsock,passphrase,amclient); } - if ( (counter % 500) == 0 ) + if ( (counter % 2500) == 0 ) { char str[65]; //printf("start utxos updates\n"); @@ -256,7 +256,7 @@ void LP_mainloop(struct LP_peerinfo *mypeer,uint16_t mypubport,int32_t pubsock,i nn_freemsg(ptr), ptr = 0; } if ( nonz == 0 ) - usleep(50000); + usleep(100000); //printf("nonz.%d in mainloop\n",nonz); } }