This commit is contained in:
@@ -1720,7 +1720,7 @@ int32_t komodo_opretvalidate(const CBlock *block,CBlockIndex * const previndex,i
|
|||||||
}
|
}
|
||||||
if ( lag2 < -ASSETCHAINS_BLOCKTIME ) // must be close to last block timestamp
|
if ( lag2 < -ASSETCHAINS_BLOCKTIME ) // must be close to last block timestamp
|
||||||
{
|
{
|
||||||
fprintf(stderr,"B ht.%d now.%u htstamp.%u %u - pricebits[0] %u -> lags.%d %d %d\n",nHeight,now,prevtime,block->nTime,pricebits[0],lag,lag2,lag3);
|
fprintf(stderr,"B ht.%d now.%u htstamp.%u %u - pricebits[0] %u -> lags.%d %d %d vs %d cmp.%d\n",nHeight,now,prevtime,block->nTime,pricebits[0],lag,lag2,lag3,ASSETCHAINS_BLOCKTIME,lag2<-ASSETCHAINS_BLOCKTIME);
|
||||||
if ( nHeight > testchain_exemption )
|
if ( nHeight > testchain_exemption )
|
||||||
return(-1);
|
return(-1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user