Skip to content

Commit 2157872

Browse files
authored
bip-0114: fix typo
1 parent 10e5f62 commit 2157872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0114.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The advantages of the current proposal are:
111111
* 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.
112112
* 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.
113113
114-
The are some disadvantages, but only when the redemption condition is very complicated:
114+
There are some disadvantages, but only when the redemption condition is very complicated:
115115
* It may require more branches than a general MAST design (as shown in the previous example) and take more witness space in redemption
116116
* 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.
117117

0 commit comments

Comments
 (0)