Skip to content

Commit 69c31bc

Browse files
committed
doc, policy: Clarify comment on STANDARD_SCRIPT_VERIFY_FLAGS
1 parent 6ce5e8f commit 69c31bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/policy/policy.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ static const unsigned int MANDATORY_SCRIPT_VERIFY_FLAGS = SCRIPT_VERIFY_P2SH;
9191
/**
9292
* Standard script verification flags that standard transactions will comply
9393
* with. However we do not ban/disconnect nodes that forward txs violating
94-
* these rules, for better forwards and backwards compatability.
94+
* the additional (non-mandatory) rules here, to improve forwards and
95+
* backwards compatability.
9596
*/
9697
static constexpr unsigned int STANDARD_SCRIPT_VERIFY_FLAGS{MANDATORY_SCRIPT_VERIFY_FLAGS |
9798
SCRIPT_VERIFY_DERSIG |

0 commit comments

Comments
 (0)