summaryrefslogtreecommitdiff
path: root/bip-0141.mediawiki
diff options
context:
space:
mode:
authorMurch <murch@murch.one>2024-04-23 15:31:27 -0400
committerMurch <murch@murch.one>2024-04-23 15:32:33 -0400
commit6ced7dbb5a79cc60ad342e788d998c73eb1ff978 (patch)
tree66ac4eb7b571664f0eb0f8755dcf538fdfefaa5d /bip-0141.mediawiki
parent4731fc407f0c320bd5bcd727bfa9203f55123afe (diff)
downloadbips-6ced7dbb5a79cc60ad342e788d998c73eb1ff978.tar.xz
Fix typos in BIP141
Co-authored-by: Greg Laun
Diffstat (limited to 'bip-0141.mediawiki')
-rw-r--r--bip-0141.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0141.mediawiki b/bip-0141.mediawiki
index 2247ef6..694c86e 100644
--- a/bip-0141.mediawiki
+++ b/bip-0141.mediawiki
@@ -276,7 +276,7 @@ These commitments could be included in the extensible commitment structure throu
Since a version byte is pushed before a witness program, and programs with unknown versions are always considered as anyone-can-spend script, it is possible to introduce any new script system with a soft fork. The witness as a structure is not restricted by any existing script semantics and constraints, the 520-byte push limit in particular, and therefore allows arbitrarily large scripts and signatures.
-Examples of new script system include Schnorr signatures which reduce the size of multisig transactions dramatically, Lamport signature which is quantum computing resistance, and Merklized abstract syntax trees which allow very compact witness for conditional scripts with extreme complexity.
+Examples of new script systems include Schnorr signatures, which reduce the size of multisig transactions dramatically; Lamport signatures, which are quantum computing resistant; and Merklized abstract syntax trees, which allow very compact witnesses for conditional scripts with extreme complexity.
=== Per-input lock-time and relative-lock-time ===