summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2018-07-05 05:15:50 +0000
committerGitHub <noreply@github.com>2018-07-05 05:15:50 +0000
commit6ec29a102808469300d03a819a2ec22db264a4b5 (patch)
tree94ea2ad94b8c2cd324321ddcda9cb4d2c0aed63f
parentcd0a443f98a2ec14abcfd95c63fd87160d3a00a7 (diff)
parent53fc064db5cf4bd2c18a70bc59d049b9c84cd208 (diff)
downloadbips-6ec29a102808469300d03a819a2ec22db264a4b5.tar.xz
Merge pull request #684 from erikarvstedt/patch-1
Trivial: Fix typos in BIP-118
-rw-r--r--bip-0118.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0118.mediawiki b/bip-0118.mediawiki
index 0952e93..7917b6e 100644
--- a/bip-0118.mediawiki
+++ b/bip-0118.mediawiki
@@ -27,7 +27,7 @@ being seen on-chain with a predetermined reaction in the form of
another transaction.
Often the reaction is identical, no matter which transaction is seen
on-chain, but the application still needs to create many identical
-transaction.
+transactions.
This is because signatures in the input of a transaction uniquely
commit to the hash of the transaction that created the output being
spent.
@@ -120,7 +120,7 @@ script update.
As a soft fork, older software will continue to operate without
modification. Non-upgraded nodes, however, will not verify the
validity of the new sighash flag and will consider the transaction
-valid by default. Being only applicable to segwit transaction,
+valid by default. Being only applicable to segwit transactions,
non-segwit nodes will see an anyone-can-spend script and will consider
it valid.