Browse Source

Test

etomic
jl777 7 years ago
parent
commit
099c5ed0f0
  1. 2
      iguana/exchanges/LP_scan.c

2
iguana/exchanges/LP_scan.c

@ -264,7 +264,7 @@ cJSON *LP_snapshot(struct iguana_info *coin,int32_t height)
{
static char lastcoin[16]; static int32_t maxsnapht;
struct LP_transaction *tx,*tmp; struct LP_address *ap,*atmp; int32_t i,n,skipflag=0,startht,endht,ht; uint64_t balance=0,noaddr_balance=0; cJSON *retjson,*array,*item;
LP_blockinit(coin,421011);
//LP_blockinit(coin,421011);
startht = 1;
endht = height-1;
if ( strcmp(coin->symbol,lastcoin) == 0 )

Loading…
Cancel
Save