From 0f08fe2ae42ce617ddc7ff47989bcf6496b775e9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 6 Jun 2017 21:35:20 +0300 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 2861155d7..c58d99a51 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 % 2500) == 0 ) + if ( (counter % 500) == 0 ) { char str[65]; //printf("start utxos updates\n");