mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
doc, policy: Clarify comment on STANDARD_SCRIPT_VERIFY_FLAGS
This commit is contained in:
parent
6ce5e8f475
commit
69c31bc748
1 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ static const unsigned int MANDATORY_SCRIPT_VERIFY_FLAGS = SCRIPT_VERIFY_P2SH;
|
|||
/**
|
||||
* Standard script verification flags that standard transactions will comply
|
||||
* with. However we do not ban/disconnect nodes that forward txs violating
|
||||
* these rules, for better forwards and backwards compatability.
|
||||
* the additional (non-mandatory) rules here, to improve forwards and
|
||||
* backwards compatability.
|
||||
*/
|
||||
static constexpr unsigned int STANDARD_SCRIPT_VERIFY_FLAGS{MANDATORY_SCRIPT_VERIFY_FLAGS |
|
||||
SCRIPT_VERIFY_DERSIG |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue