diff options
author | Justus Ranvier <justus@openbitcoinprivacyproject.org> | 2016-06-23 09:52:16 -0500 |
---|---|---|
committer | Justus Ranvier <justus@openbitcoinprivacyproject.org> | 2016-06-23 09:52:16 -0500 |
commit | b33ca0c97b6aa78cc938b74400956ad05a11b7ee (patch) | |
tree | 92375b0cf5127eb6d40fd031b145d90925f77054 /bip-0126.mediawiki | |
parent | cd3bd0b037e04fe67fb4cc84ea6dd2d3489613f1 (diff) |
revise wording of alternate HIT procedure
Diffstat (limited to 'bip-0126.mediawiki')
-rw-r--r-- | bip-0126.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0126.mediawiki b/bip-0126.mediawiki index dffe247..3100837 100644 --- a/bip-0126.mediawiki +++ b/bip-0126.mediawiki @@ -71,7 +71,7 @@ When one of the following cases exist, a compliant implementation may create an ## Add these inputs to the transaction. ## Add a spend output to the transaction. ## Add a change output to the transaction containing the difference between the current set of inputs and the desired spend. -# Repeat step 1 to create a second spend output and change output. +# Repeat step 1 to create a second pair of outputs, where one output has the same value as the spend output of the previous step. # (optional) Repeat step 2 until the desired number of inputs have been consumed and/or the desired number outputs have been created. # Adjust the change outputs as necessary to pay the desired transaction fee. |