This commit is contained in:
jl777
2017-04-10 09:48:38 +03:00
parent 7afa0b34e0
commit 4415b53eed
2 changed files with 9 additions and 5 deletions

View File

@@ -3552,7 +3552,7 @@ bool TestBlockValidity(CValidationState &state, const CBlock& block, CBlockIndex
}
if (!CheckBlock(indexDummy.nHeight,0,block, state, verifier, fCheckPOW, fCheckMerkleRoot))
{
fprintf(stderr,"TestBlockValidity failure B\n");
//fprintf(stderr,"TestBlockValidity failure B\n");
return false;
}
if (!ContextualCheckBlock(block, state, pindexPrev))