summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Cousens <dcousens@users.noreply.github.com>2016-06-23 13:42:03 +1000
committerGitHub <noreply@github.com>2016-06-23 13:42:03 +1000
commitf51a8e1d0eb4870069cccde1f739964aeca93515 (patch)
tree2e412be2c2aec33840bdfd9f6664a53944860e3c
parent05e96d2500258724f4d2cb04b1d803aea045c6bf (diff)
downloadbips-f51a8e1d0eb4870069cccde1f739964aeca93515.tar.xz
further grammar, not An Hit
-rw-r--r--bip-0126.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0126.mediawiki b/bip-0126.mediawiki
index 295b582..42881e5 100644
--- a/bip-0126.mediawiki
+++ b/bip-0126.mediawiki
@@ -20,8 +20,8 @@ This BIP is in the public domain.
==Definitions==
* '''Heterogenous input script transaction (HIT)''': A transaction containing multiple inputs where the scripts of the previous transaction outputs being consumed are not identical (e.g. a transaction spending outputs which were sent to more than one Bitcoin address)
-* '''Unavoidable heterogenous input script transaction''': An HIT created as a result of a user’s desire to create a new output with a value larger than the value of his wallet's largest existing unspent output
-* '''Intentional heterogenous input script transaction''': An HIT created as part of a user protection protocol for reducing uncontrolled disclosure of personally-identifying information (PII)
+* '''Unavoidable heterogenous input script transaction''': A HIT created as a result of a user’s desire to create a new output with a value larger than the value of his wallet's largest existing unspent output
+* '''Intentional heterogenous input script transaction''': A HIT created as part of a user protection protocol for reducing uncontrolled disclosure of personally-identifying information (PII)
Throughout this procedure, when input scripts are evaluated for uniqueness, "input script" should be interpreted to mean, "the script of the previous output referenced by an input to a transaction".
@@ -41,7 +41,7 @@ In order to achieve this, two forms of HIT are proposed: Standard form and alter
===Rules===
-An HIT is Standard form if it adheres to all of the following rules:
+A HIT is Standard form if it adheres to all of the following rules:
# The number of unique output scripts must be equal to the number of unique inputs scripts (irrespective of the number of inputs and outputs).
# All output scripts must be unique.