summaryrefslogtreecommitdiff
path: root/bip-0114.mediawiki
diff options
context:
space:
mode:
authorMark "Murch" Erhardt <murch@murch.one>2024-05-13 13:03:49 -0400
committerGitHub <noreply@github.com>2024-05-13 13:03:49 -0400
commit911e710cbb09ec1b6576be961e389387319130df (patch)
tree5e6139e301cc0b817cb8b91d305cc89de26b7778 /bip-0114.mediawiki
parentbc87508a0c0a9ce8002d6d5fa2e7ae886504f390 (diff)
parent2157872faa749e02e54d3a47ba9d17ebbefa5c21 (diff)
downloadbips-911e710cbb09ec1b6576be961e389387319130df.tar.xz
Merge pull request #1595 from threewebcode/patch-1
bip-0114: fix typo
Diffstat (limited to 'bip-0114.mediawiki')
-rw-r--r--bip-0114.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0114.mediawiki b/bip-0114.mediawiki
index 410e84c..5b07137 100644
--- a/bip-0114.mediawiki
+++ b/bip-0114.mediawiki
@@ -111,7 +111,7 @@ The advantages of the current proposal are:
* If different parties in a contract do not want to expose their scripts to each other, they may provide only <code>H(Subscript)</code> and keep the <code>Subscript</code> private until redemption.
* If they are willing to share the actual scripts, they may combine them into one <code>Subscript</code> for each branch, saving some <code>nOpCount</code> and a few bytes of witness space.
-The are some disadvantages, but only when the redemption condition is very complicated:
+There are some disadvantages, but only when the redemption condition is very complicated:
* It may require more branches than a general MAST design (as shown in the previous example) and take more witness space in redemption
* Creation and storage of the MAST structure may take more time and space. However, such additional costs affect only the related parties in the contract but not any other Bitcoin users.