diff --git a/src/node/mining_types.h b/src/node/mining_types.h index 9c4fbcbbafe..6e4eb82aa93 100644 --- a/src/node/mining_types.h +++ b/src/node/mining_types.h @@ -86,7 +86,7 @@ struct BlockCreateOptions { CScript coinbase_output_script{CScript() << OP_TRUE}; /** * Whether to call TestBlockValidity() at the end of CreateNewBlock(). - * Should only be used for tests / benchmarks. + * Should only be disabled for tests / benchmarks. */ bool test_block_validity{true}; };