summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2018-08-09 18:16:50 +0000
committerGitHub <noreply@github.com>2018-08-09 18:16:50 +0000
commit7e0ca933664691ea5ce88017a0f0de5f4a98206e (patch)
tree7a961857a4ded7f2077bdee07c4eb34afa28f8bd
parent63baffca9e68dc11eb7c41817843e89d106577f5 (diff)
parentf3a5954e79b2e3f28f889aa0498a9cdc6b66b95c (diff)
downloadbips-7e0ca933664691ea5ce88017a0f0de5f4a98206e.tar.xz
Merge pull request #701 from jamesob/patch-2
Trivial typo fixes to bip-0118
-rw-r--r--bip-0118.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0118.mediawiki b/bip-0118.mediawiki
index 7917b6e..1b2f27c 100644
--- a/bip-0118.mediawiki
+++ b/bip-0118.mediawiki
@@ -46,7 +46,7 @@ protocol instance.
== Specification ==
<tt>SIGHASH_NOINPUT</tt> is a flag with value <tt>0x40</tt> appended to a signature
-to that the signature does not commit to any of the inputs, and
+so that the signature does not commit to any of the inputs, and
therefore to the outputs being spent. The flag applies solely to the
verification of that single signature.
@@ -102,7 +102,7 @@ compatibility of the <tt>witnessProgram</tt> and the <tt>witness</tt>.
This also means that particular care has to be taken in order to avoid
unintentionally enabling this rebinding mechanism. <tt>NOINPUT</tt> MUST NOT
-be used, unless it is explicitly needed for the application, i.e., it
+be used, unless it is explicitly needed for the application, e.g., it
MUST NOT be a default signing flag in a wallet
implementation. Rebinding is only possible when the outputs the
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.
== Copyright ==
-This document is licensed under the BSD 3 Clause license. \ No newline at end of file
+This document is licensed under the BSD 3 Clause license.