jl777 7 years ago
parent
commit
5fcb9ee98d
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -533,7 +533,7 @@ void LP_coinsloop(void *myipaddr)
} }
if ( coin->lastscanht == coin->longestchain+1 ) if ( coin->lastscanht == coin->longestchain+1 )
{ {
printf("%s lastscanht.%d is longest.%d + 1\n",coin->symbol,coin->lastscanht,coin->longestchain); //printf("%s lastscanht.%d is longest.%d + 1\n",coin->symbol,coin->lastscanht,coin->longestchain);
continue; continue;
} }
else if ( coin->lastscanht > coin->longestchain+1 ) else if ( coin->lastscanht > coin->longestchain+1 )

Loading…
Cancel
Save