Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bip-0126.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down