diff --git a/ch02.asciidoc b/ch02.asciidoc index e1448c12..5a9fe6b1 100644 --- a/ch02.asciidoc +++ b/ch02.asciidoc @@ -98,10 +98,12 @@ image::images/Bitcoin Transaction Structure - Aggregating.png["Aggregating Trans Finally, another transaction form that is seen often on the bitcoin ledger is a transaction that distributes one input to multiple outputs representing multiple recipients. This type of transaction is sometimes used by commercial entities to distribute funds, such as when processing payroll payments to multiple employees. -[[transaction-aggregating]] +[[transaction-distributing]] .Transaction Distributing Funds image::images/Bitcoin Transaction Structure - Distribution.png["Distributing Transaction"] + + === Transaction Data Structure A transaction, in bitcoin terminology, also refers to the signed data structure that contains a series of inputs and outputs transferring value, as encoded in the blockchain or propagating on the bitcoin network. In the blockchain, a transaction is stored as a variable-lenght data structure, that contains an array of _transaction inputs_ and an array of _transaction outputs_. diff --git a/images/Transaction chain.png b/images/Transaction chain.png index b22534d2..293253b6 100644 Binary files a/images/Transaction chain.png and b/images/Transaction chain.png differ