This commit is contained in:
jl777
2016-12-01 16:12:26 -03:00
parent 6b0e06b5d0
commit 0398360fd1
2 changed files with 2 additions and 2 deletions

View File

@@ -570,7 +570,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
basesp->deposited += fiatoshis;
didstats = 1;
if ( strcmp(base,ASSETCHAINS_SYMBOL) == 0 )
printf("########### %p deposited %s += %.8f\n",basesp,base,dstr(fiatoshis));
printf("########### %p deposited %s += %.8f kmdheight.%d %.8f\n",basesp,base,dstr(fiatoshis),kmdheight,dstr(value));
}
komodo_gateway_deposit(coinaddr,value,base,fiatoshis,rmd160,txid,vout,'D',kmdheight,height,(char *)"KMD",0);
}

View File

@@ -2709,7 +2709,7 @@ if ( 0 )
static int32_t didinit;
if ( didinit++ == 0 )
{
while (chainActive.Tip()->nHeight > 91418 )
while (chainActive.Tip()->nHeight > 91760 )
{
fprintf(stderr,"rewind ht.%d\n",chainActive.Tip()->nHeight);
if ( !DisconnectTip(state) )