From 36d6867e2f4f2735d8016e588ecd18df069b0f45 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Wed, 5 Nov 2014 09:16:51 -0800 Subject: [PATCH] Made changes to ch08.asciidoc --- ch08.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ch08.asciidoc b/ch08.asciidoc index 6589d587..d34f6d58 100644 --- a/ch08.asciidoc +++ b/ch08.asciidoc @@ -307,8 +307,9 @@ Finally, the coinbase reward (+nSubsidy+) is added to the transaction fees (+nFe With these calculations, Jing's node then constructs the generation transaction to pay himself 25.09094928 bitcoin. -As you can see in <>, the generation transaction has a special format. Instead of a transaction input specifying a previous UTXO to spend, it has a "coinbase" input. We examined transaction inputs in <>. Let's compare a regular transaction input with a generation transaction input. Table 8-1 shows the structure of a regular transaction, while Table 8-2 shows the structure of the generation transaction's input. +As you can see in <>, the generation transaction has a special format. Instead of a transaction input specifying a previous UTXO to spend, it has a "coinbase" input. We examined transaction inputs in <>. Let's compare a regular transaction input with a generation transaction input. <> shows the structure of a regular transaction, while <> shows the structure of the generation transaction's input. +[[table_8-1]] .The structure of a "normal" transaction input [options="header"] |======= @@ -320,7 +321,7 @@ As you can see in <>, the generation transaction has a sp | 4 bytes | Sequence Number | Currently disabled Tx-replacement feature, set to 0xFFFFFFFF |======= - +[[table_8-2]] .The structure of a generation transaction input [options="header"] |=======