1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-24 14:41:30 +00:00

Edited ch09_fees.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 14:26:29 +00:00
parent 9fa6ee477c
commit 21a8414f20

View File

@ -581,7 +581,7 @@ carve out.
=== Adding Fees to Transactions === Adding Fees to Transactions
The data structure of transactions does not have a field for fees. The data((("transaction fees", "change outputs and")))((("change output", "transaction fees and")))((("outputs", "transaction fees and")))((("inputs", "transaction fees and"))) structure of transactions does not have a field for fees.
Instead, fees are implied as the difference between the sum of inputs Instead, fees are implied as the difference between the sum of inputs
and the sum of outputs. Any excess amount that remains after all outputs and the sum of outputs. Any excess amount that remains after all outputs
have been deducted from all inputs is the fee that is collected by the have been deducted from all inputs is the fee that is collected by the