Skip to content

Commit 7e0ca93

Browse files
authored
Merge pull request bitcoin#701 from jamesob/patch-2
Trivial typo fixes to bip-0118
2 parents 63baffc + f3a5954 commit 7e0ca93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-0118.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protocol instance.
4646

4747
== Specification ==
4848
<tt>SIGHASH_NOINPUT</tt> is a flag with value <tt>0x40</tt> appended to a signature
49-
to that the signature does not commit to any of the inputs, and
49+
so that the signature does not commit to any of the inputs, and
5050
therefore to the outputs being spent. The flag applies solely to the
5151
verification of that single signature.
5252

@@ -102,7 +102,7 @@ compatibility of the <tt>witnessProgram</tt> and the <tt>witness</tt>.
102102

103103
This also means that particular care has to be taken in order to avoid
104104
unintentionally enabling this rebinding mechanism. <tt>NOINPUT</tt> MUST NOT
105-
be used, unless it is explicitly needed for the application, i.e., it
105+
be used, unless it is explicitly needed for the application, e.g., it
106106
MUST NOT be a default signing flag in a wallet
107107
implementation. Rebinding is only possible when the outputs the
108108
transaction may bind to all use the same public keys. Any public key
@@ -141,4 +141,4 @@ of the <tt>NOINPUT</tt> sighash flag, and its uses in off-chain protocols.
141141

142142
== Copyright ==
143143

144-
This document is licensed under the BSD 3 Clause license.
144+
This document is licensed under the BSD 3 Clause license.

0 commit comments

Comments
 (0)