diff --git a/src/main.cpp b/src/main.cpp index 73de799c2..911f34e14 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4398,7 +4398,8 @@ bool ProcessNewBlock(CValidationState& state, const CChainParams& chainparams, c } /** - * This is only invoked by the miner. fCheckPOW is always false. + * This is only invoked by the miner. + * The block's proof-of-work is assumed invalid and not checked. */ bool TestBlockValidity(CValidationState& state, const CChainParams& chainparams, const CBlock& block, CBlockIndex* pindexPrev, bool fCheckMerkleRoot) {