From 768fc473ba6e8599b2e2ece5fd2c3c2f34428f3d Mon Sep 17 00:00:00 2001 From: "judymcconville@roadrunner.com" Date: Wed, 3 May 2017 09:56:13 -0700 Subject: [PATCH] Edited ch10.asciidoc with Atlas code editor --- ch10.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch10.asciidoc b/ch10.asciidoc index ea4da4e0..e38a9683 100644 --- a/ch10.asciidoc +++ b/ch10.asciidoc @@ -242,7 +242,7 @@ Unlike regular transactions, the coinbase transaction does not consume (spend) U ==== Coinbase Reward and Fees -((("mining and consensus", "aggregating transactions into blocks", "coinbase reward and fees")))((("transaction fees")))((("mining and consensus", "niming rewards 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")))((("mining and consensus", "rewards 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: ---- Total Fees = Sum(Inputs) - Sum(Outputs)