Browse Source

Test

etomic
jl777 8 years ago
parent
commit
dfe9a78896
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -367,7 +367,7 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int
printf("detected %s firstrefht.%d < firstscanht.%d\n",coin->symbol,coin->firstrefht,coin->firstscanht); printf("detected %s firstrefht.%d < firstscanht.%d\n",coin->symbol,coin->firstrefht,coin->firstscanht);
coin->lastscanht = coin->firstscanht = coin->firstrefht; coin->lastscanht = coin->firstscanht = coin->firstrefht;
} }
if ( coin->lastscanht == coin->longestchain ) if ( coin->lastscanht == coin->longestchain+1 )
continue; continue;
else if ( coin->lastscanht > coin->longestchain+1 ) else if ( coin->lastscanht > coin->longestchain+1 )
{ {

Loading…
Cancel
Save