summaryrefslogtreecommitdiff
path: root/bip-0322.mediawiki
diff options
context:
space:
mode:
authorbenthecarman <benthecarman@live.com>2021-11-23 14:45:38 -0600
committerGitHub <noreply@github.com>2021-11-23 14:45:38 -0600
commit6b9646e159e2cc1db828f41e9204b62ca6dcb585 (patch)
tree237878ebc6d74732a8e9028fc983d00b04640e7b /bip-0322.mediawiki
parentd7cc20992724ea484087c07d2ed53fb3bc3a108b (diff)
downloadbips-6b9646e159e2cc1db828f41e9204b62ca6dcb585.tar.xz
Allow Taproot outputs in BIP 322
Diffstat (limited to 'bip-0322.mediawiki')
-rw-r--r--bip-0322.mediawiki2
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''.