1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Edited ch02_overview.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-20 12:42:17 +00:00
parent 6737f2070d
commit 23aee51e5a

View File

@ -165,7 +165,7 @@ owner, and so on, in a chain of ownership.
==== Transaction Inputs and Outputs ==== Transaction Inputs and Outputs
Transactions((("transactions", "inputs", id="transaction-input")))((("transactions", "outputs", id="transaction-output")))((("inputs", id="input")))((("outputs", id="output"))) are like lines in a double-entry Transactions((("transactions", "inputs", id="transaction-input-ch2")))((("transactions", "outputs", id="transaction-output-ch2")))((("inputs", id="input")))((("outputs", id="output"))) are like lines in a double-entry
bookkeeping ledger. Each transaction contains one or more _inputs_, bookkeeping ledger. Each transaction contains one or more _inputs_,
which spend funds. On the other side of which spend funds. On the other side of
the transaction, there are one or more _outputs_, which receive funds. the transaction, there are one or more _outputs_, which receive funds.
@ -182,7 +182,7 @@ bitcoins (inputs) whose value is being spent, in the form of a digital
signature from the owner, which can be independently validated by signature from the owner, which can be independently validated by
anyone. In Bitcoin terms, spending anyone. In Bitcoin terms, spending
is signing a transaction that transfers value from a previous is signing a transaction that transfers value from a previous
transaction over to a new owner identified by a Bitcoin ((("transactions", "inputs", startref="transaction-input")))((("transactions", "outputs", startref="transaction-output")))((("inputs", startref="input")))((("outputs", startref="output")))address. transaction over to a new owner identified by a Bitcoin ((("transactions", "inputs", startref="transaction-input-ch2")))((("transactions", "outputs", startref="transaction-output-ch2")))((("inputs", startref="input")))((("outputs", startref="output")))address.
[[transaction-double-entry]] [[transaction-double-entry]]
.Transaction as double-entry bookkeeping .Transaction as double-entry bookkeeping