diff --git a/ch10.asciidoc b/ch10.asciidoc index 9732ae8b..0782e4f8 100644 --- a/ch10.asciidoc +++ b/ch10.asciidoc @@ -296,7 +296,7 @@ If Jing's mining node writes the coinbase transaction, what stops Jing from "rew ((("coinbase transactions", "structure of")))With these calculations, Jing's node then constructs the coinbase transaction to pay himself 25.09094928 bitcoin. -As you can see in <>, the coinbase 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 coinbase transaction input. <> shows the structure of a regular transaction, while <> shows the structure of the coinbase transaction's input. +As you can see in <>, the coinbase 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 coinbase transaction input. <> shows the structure of a regular transaction's input, while <> shows the structure of the coinbase transaction's input. [[table_8-1]] .The structure of a "normal" transaction input