mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-05-29 04:08:49 +00:00
Edited ch06_transactions.adoc with Atlas code editor
This commit is contained in:
parent
c3cbd8d600
commit
762777a9c8
@ -1067,7 +1067,7 @@ transaction in a block unless it satisfies one of the following rules:
|
|||||||
[[coinbase_transactions]]
|
[[coinbase_transactions]]
|
||||||
=== Coinbase Transactions
|
=== Coinbase Transactions
|
||||||
|
|
||||||
The first transaction in each block is a special case. Most older
|
The first ((("transactions", "coinbase", id="transaction-coinbase2")))((("coinbase transactions", id="coinbase-transaction")))transaction in each block is a special case. Most older
|
||||||
documentation calls this a _generation transaction_, but most newer
|
documentation calls this a _generation transaction_, but most newer
|
||||||
documentation calls it a _coinbase transaction_ (not to be confused with
|
documentation calls it a _coinbase transaction_ (not to be confused with
|
||||||
transactions created by the company named "Coinbase").
|
transactions created by the company named "Coinbase").
|
||||||
@ -1124,7 +1124,7 @@ _maturity rule_, and coinbase transaction outputs that don't yet have
|
|||||||
|
|
||||||
Most Bitcoin software doesn't need to deal with coinbase transactions,
|
Most Bitcoin software doesn't need to deal with coinbase transactions,
|
||||||
but their special nature does mean they can occasionally be the cause of
|
but their special nature does mean they can occasionally be the cause of
|
||||||
unusual problems in software that's not designed to expect them.
|
unusual problems in software that's not designed to expect((("transactions", "coinbase", startref="transaction-coinbase2")))((("coinbase transactions", startref="coinbase-transaction"))) them.
|
||||||
|
|
||||||
// Useful content deleted
|
// Useful content deleted
|
||||||
// - no input amount in transactions
|
// - no input amount in transactions
|
||||||
|
Loading…
Reference in New Issue
Block a user