diff options
author | kallewoof <karljohan-alm@garage.co.jp> | 2021-11-24 12:57:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 12:57:12 +0900 |
commit | edffe529056f6dfd33d8f716fb871467c3c09263 (patch) | |
tree | 237878ebc6d74732a8e9028fc983d00b04640e7b | |
parent | d7cc20992724ea484087c07d2ed53fb3bc3a108b (diff) | |
parent | 6b9646e159e2cc1db828f41e9204b62ca6dcb585 (diff) |
Merge pull request #1242 from benthecarman/patch-3
Allow Taproot outputs in BIP 322
-rw-r--r-- | bip-0322.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki index 89b55ac..9b5afed 100644 --- a/bip-0322.mediawiki +++ b/bip-0322.mediawiki @@ -120,7 +120,7 @@ Validation consists of the following steps: # Check the **upgradeable rules** ## The version of <code>to_sign</code> must be 0 or 2. ## The use of NOPs reserved for upgrades is forbidden. -## The use of segwit versions greater than 0 are forbidden. +## The use of segwit versions greater than 1 are forbidden. ## If any of the above steps failed, the validator should stop and output the ''inconclusive'' state. # 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''. |