From 52270f60ee6c5c95f7973bc54ad62593956b39c6 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Wed, 14 Oct 2020 11:08:21 -0300 Subject: [PATCH] update function comment Co-authored-by: str4d --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {