summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark "Murch" Erhardt <murch@murch.one>2024-04-23 16:14:44 -0400
committerGitHub <noreply@github.com>2024-04-23 16:14:44 -0400
commitfc679482788a2b1b8f39abb6ecd9c52b144aabd5 (patch)
treea1e7095e82156bc38cb7d5075033d61cd6d810f9
parent3deaeef9588b1c4d55f31133bd3f512c4fd4b2f2 (diff)
parent6ced7dbb5a79cc60ad342e788d998c73eb1ff978 (diff)
downloadbips-fc679482788a2b1b8f39abb6ecd9c52b144aabd5.tar.xz
Merge pull request #1575 from murchandamus/2024-04-bip141-fix-typos
Fix typos in BIP141
-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 ===