diff --git a/src/policy/policy.h b/src/policy/policy.h index 283a3d4cc94..13bcf4cef75 100644 --- a/src/policy/policy.h +++ b/src/policy/policy.h @@ -96,8 +96,7 @@ static constexpr unsigned int MAX_DUST_OUTPUTS_PER_TX{1}; /** * Mandatory script verification flags that all new transactions must comply with for - * them to be valid. Failing one of these tests may trigger a DoS ban; - * see CheckInputScripts() for details. + * them to be valid. * * Note that this does not affect consensus validity; see GetBlockScriptFlags() * for that.