Skip to content

Commit

Permalink
update function comment
Browse files Browse the repository at this point in the history
Co-authored-by: str4d <thestr4d@gmail.com>
  • Loading branch information
oxarbitrage and str4d authored Oct 14, 2020
1 parent ea4c665 commit 52270f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 52270f6

Please sign in to comment.