summaryrefslogtreecommitdiff
path: root/bip-0126.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0126.mediawiki')
-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.