1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-23 00:28:14 +00:00

Edited ch10.asciidoc with Atlas code editor

This commit is contained in:
judymcconville@roadrunner.com 2017-05-02 10:36:19 -07:00
parent ae5afe015b
commit b214cd38d0

View File

@ -242,7 +242,7 @@ Unlike regular transactions, the coinbase transaction does not consume (spend) U
==== Coinbase Reward and Fees ==== Coinbase Reward and Fees
((("mining and consensus", "aggregating transactions into blocks", "coinbase reward and fees")))To construct the coinbase transaction, Jing's node first calculates the total amount of transaction fees by adding all the inputs and outputs of the 418 transactions that were added to the block. The fees are calculated as: ((("mining and consensus", "aggregating transactions into blocks", "coinbase reward and fees")))((("transaction fees")))To construct the coinbase transaction, Jing's node first calculates the total amount of transaction fees by adding all the inputs and outputs of the 418 transactions that were added to the block. The fees are calculated as:
---- ----
Total Fees = Sum(Inputs) - Sum(Outputs) Total Fees = Sum(Inputs) - Sum(Outputs)