Browse Source

Test

etomic
jl777 7 years ago
parent
commit
9fe21aae60
  1. 4
      iguana/exchanges/LP_nativeDEX.c

4
iguana/exchanges/LP_nativeDEX.c

@ -618,7 +618,7 @@ void LP_coinsloop(void *_coins)
continue; continue;
} }
nonz++; nonz++;
if ( 0 && coin->lastscanht < coin->longestchain-3 ) if ( strcmp("BTC",coins) == 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); 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++) for (j=0; j<100; j++)
{ {
@ -630,7 +630,7 @@ void LP_coinsloop(void *_coins)
break; break;
} }
coin->lastscanht++; coin->lastscanht++;
if ( coin->lastscanht == coin->longestchain+1 ) if ( coin->lastscanht == coin->longestchain+1 || strcmp("BTC",coins) == 0 )
break; break;
} }
} }

Loading…
Cancel
Save