mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-06 05:37:50 +02:00
policy: remove incorrect MANDATORY_SCRIPT_VERIFY_FLAGS comment
The claim that failing mandatory script checks may trigger a DoS ban is incorrect; Bitcoin Core does not automatically ban peers for violating any of these flag checks.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user