Browse Source

Test

etomic
jl777 8 years ago
parent
commit
c44f903db7
  1. 2
      iguana/exchanges/LP_scan.c

2
iguana/exchanges/LP_scan.c

@ -289,7 +289,7 @@ cJSON *LP_snapshot(struct iguana_info *coin,int32_t height)
printf("maxsnapht.%d for %s\n",maxsnapht,coin->symbol); printf("maxsnapht.%d for %s\n",maxsnapht,coin->symbol);
} }
sleep(10); sleep(10);
if ( (ht= LP_scanblockchain(coin,startht,endht)) < endht ) if ( (ht= LP_scanblockchain(coin,maxsnapht+1,endht)) < endht )
{ {
if ( ht > maxsnapht ) if ( ht > maxsnapht )
{ {

Loading…
Cancel
Save