aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/mining.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/mining.h')
-rw-r--r--src/interfaces/mining.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/mining.h b/src/interfaces/mining.h
index bc98448833..7d71a01450 100644
--- a/src/interfaces/mining.h
+++ b/src/interfaces/mining.h
@@ -67,7 +67,7 @@ public:
* @param[in] block the block to validate
* @param[in] check_merkle_root call CheckMerkleRoot()
* @param[out] state details of why a block failed to validate
- * @returns false if any of the checks fail
+ * @returns false if it does not build on the current tip, or any of the checks fail
*/
virtual bool testBlockValidity(const CBlock& block, bool check_merkle_root, BlockValidationState& state) = 0;