test
This commit is contained in:
@@ -2954,7 +2954,7 @@ bool CheckBlockHeader(const CBlockHeader& block, CValidationState& state, bool f
|
||||
nBits = block.nBits;
|
||||
CBlockIndex *bindex = new CBlockIndex(block);
|
||||
|
||||
if ( bindex->nHeight < NOTARIZED_HEIGHT || (bindex->nHeight == NOTARIZED_HEIGHT && NOTARIZED_HASH != bindex->GetHash()) )
|
||||
if ( bindex->nHeight < NOTARIZED_HEIGHT || (bindex->nHeight == NOTARIZED_HEIGHT && NOTARIZED_HASH != bindex->GetBlockHash()) )
|
||||
return(false);
|
||||
if ( (retval= komodo_blockhdrcheck(&block,&nBits)) == 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user