We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce5e8f commit 69c31bcCopy full SHA for 69c31bc
src/policy/policy.h
@@ -91,7 +91,8 @@ static const unsigned int MANDATORY_SCRIPT_VERIFY_FLAGS = SCRIPT_VERIFY_P2SH;
91
/**
92
* Standard script verification flags that standard transactions will comply
93
* with. However we do not ban/disconnect nodes that forward txs violating
94
- * these rules, for better forwards and backwards compatability.
+ * the additional (non-mandatory) rules here, to improve forwards and
95
+ * backwards compatability.
96
*/
97
static constexpr unsigned int STANDARD_SCRIPT_VERIFY_FLAGS{MANDATORY_SCRIPT_VERIFY_FLAGS |
98
SCRIPT_VERIFY_DERSIG |
0 commit comments