From 6258ad1f0bbb8a12723b26df13d6aecb8c2fa195 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Oct 2017 04:48:15 +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 3a4837243..b4da4c940 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -548,7 +548,7 @@ void LP_coinsloop(void *myipaddr) } if ( (coin->lastscanht % 1000) == 0 ) printf("%s ref.%d scan.%d to %d, longest.%d\n",coin->symbol,coin->firstrefht,coin->firstscanht,coin->lastscanht,coin->longestchain); - for (j=0; j<100; j++) + for (j=0; j<1; j++) { if ( LP_blockinit(coin,coin->lastscanht) < 0 ) {