Browse Source

Test

etomic
jl777 7 years ago
parent
commit
e0b06b3ba5
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -574,7 +574,7 @@ void LP_coinsloop(void *_coins)
continue;
}
nonz++;
if ( coin->lastscanht < coin->longestchain-3 )
if ( 0 && coin->lastscanht < coin->longestchain-3 )
printf("[%s]: %s ref.%d scan.%d to %d, longest.%d\n",coins,coin->symbol,coin->firstrefht,coin->firstscanht,coin->lastscanht,coin->longestchain);
for (j=0; j<100; j++)
{

Loading…
Cancel
Save