summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristov Atlas <author@anonymousbitcoinbook.com>2016-07-06 20:46:38 -0400
committerGitHub <noreply@github.com>2016-07-06 20:46:38 -0400
commitda43de2dbaef8296dc44f972b655b8e3d2d3094b (patch)
treeb7c7c51822708bc300e28d39e11f353f047549ce
parentf048678277421c0eafe92aa06d801482175339b8 (diff)
parentf51a8e1d0eb4870069cccde1f739964aeca93515 (diff)
downloadbips-da43de2dbaef8296dc44f972b655b8e3d2d3094b.tar.xz
Merge pull request #4 from dcousens/patch-1
BIP126: Grammar fix and review
-rw-r--r--bip-0126.mediawiki8
1 files changed, 4 insertions, 4 deletions
diff --git a/bip-0126.mediawiki b/bip-0126.mediawiki
index 3100837..eed0c3e 100644
--- a/bip-0126.mediawiki
+++ b/bip-0126.mediawiki
@@ -9,7 +9,7 @@
==Abstract==
-When a Bitcoin transaction contains inputs that reference previous transaction outputs sent to different Bitcoin addresses, personally identifiable information of the user will leak into the blockchain in an uncontrolled manner. While undesirable, these transactions are frequently unavoidable due the natural fragmentation of wallet balances over time.
+When a Bitcoin transaction contains inputs that reference previous transaction outputs sent to different Bitcoin addresses, personally identifiable information of the user will leak into the blockchain in an uncontrolled manner. While undesirable, these transactions are frequently unavoidable due to the natural fragmentation of wallet balances over time.
This document proposes a set of best practice guidelines which minimize the uncontrolled disclosure of personally identifiable information by defining standard forms for transactions containing heterogenous input scripts.
@@ -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.