mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 21:35:13 +01:00
further grammar, not An Hit
This commit is contained in:
parent
05e96d2500
commit
f51a8e1d0e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user