Skip to content

Commit edffe52

Browse files
authored
Merge pull request bitcoin#1242 from benthecarman/patch-3
Allow Taproot outputs in BIP 322
2 parents d7cc209 + 6b9646e commit edffe52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0322.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Validation consists of the following steps:
120120
# Check the **upgradeable rules**
121121
## The version of <code>to_sign</code> must be 0 or 2.
122122
## The use of NOPs reserved for upgrades is forbidden.
123-
## The use of segwit versions greater than 0 are forbidden.
123+
## The use of segwit versions greater than 1 are forbidden.
124124
## If any of the above steps failed, the validator should stop and output the ''inconclusive'' state.
125125
# Let ''T'' by the nLockTime of <code>to_sign</code> and ''S'' be the nSequence of the first input of <code>to_sign</code>. Output the state ''valid at time T and age S''.
126126

0 commit comments

Comments
 (0)