From 64de6e09eb4a01fbaa232c110a75d37faf007c3c Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 28 Oct 2017 16:11:57 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 968863efe..e6cd08a08 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -1104,8 +1104,8 @@ void LP_fromjs_iter() LP_utxosQ_process(); //LP_nanomsg_recvs(ctx); LP_mainloop_iter(ctx,LP_myipaddr,0,LP_mypubsock,LP_publicaddr,LP_RPCPORT); - queue_loop(0); - if ( (LP_counter % 10) == 0 ) // 10 seconds + //queue_loop(0); + if ( 0 && (LP_counter % 10) == 0 ) // 10 seconds { LP_coinsloop(0); if ( (LP_counter % 100) == 0 ) // 100 seconds