Browse Source

+print

pass-iguana-arg
jl777 7 years ago
parent
commit
de253d51fd
  1. 2
      iguana/exchanges/LP_nativeDEX.c
  2. 3
      iguana/exchanges/LP_scan.c

2
iguana/exchanges/LP_nativeDEX.c

@ -664,7 +664,7 @@ void LP_coinsloop(void *_coins)
{
if ( LP_blockinit(coin,coin->lastscanht) < 0 )
{
printf("pleae ignore this blockinit.%s %d error\n",coin->symbol,coin->lastscanht);
printf("please ignore this blockinit.%s %d error\n",coin->symbol,coin->lastscanht);
sleep(10);
break;
}

3
iguana/exchanges/LP_scan.c

@ -56,7 +56,8 @@ int32_t LP_blockinit(struct iguana_info *coin,int32_t height)
portable_mutex_unlock(&LP_blockinit_mutex);
if ( checkht == height )
return(0);
else return(-1);
printf("%s blockinit error checkht.%d vs height.%d\n",ASSETCHAINS_SYMBOL,checkht,height);
return(-1);
}
int32_t LP_scanblockchain(struct iguana_info *coin,int32_t startheight,int32_t endheight)

Loading…
Cancel
Save