This commit is contained in:
jl777
2016-10-18 10:55:43 -03:00
parent 1d095ca0f7
commit fffef49eca
2 changed files with 0 additions and 6 deletions

View File

@@ -2951,8 +2951,6 @@ bool CheckBlockHeader(const CBlockHeader& block, CValidationState& state, bool f
if (block.GetBlockTime() > GetAdjustedTime() + 60)
return state.Invalid(error("CheckBlockHeader(): block timestamp too far in the future"),REJECT_INVALID, "time-too-new");
nBits = block.nBits;
//if ( bindex != 0 && (bindex->nHeight < NOTARIZED_HEIGHT || (bindex->nHeight == NOTARIZED_HEIGHT && NOTARIZED_HASH != bindex->GetBlockHash())) )
// return(false);
if ( (retval= komodo_blockhdrcheck(&block,&nBits)) == 0 )
{
// Check Equihash solution is valid