diff --git a/ch02_overview.adoc b/ch02_overview.adoc index 3269ba53..d4d4b130 100644 --- a/ch02_overview.adoc +++ b/ch02_overview.adoc @@ -306,7 +306,7 @@ transaction has one input and two outputs and is shown in .Most common transaction image::images/mbc3_0205.png["Common Transaction"] -Another common form of transaction is a _consolidation transaction_, which spends several inputs +Another common form of transaction ((("consolidation transactions")))is a _consolidation transaction_, which spends several inputs into a single output (<>). This represents the real-world equivalent of exchanging a pile of coins and currency notes for a single larger note. Transactions like these are sometimes @@ -317,7 +317,7 @@ generated by wallets and businesses to clean up lots of smaller amounts. image::images/mbc3_0206.png["Aggregating Transaction"] Finally, another transaction form that is seen often on the -blockchain is _payment batching_, which pays to multiple outputs +blockchain ((("payment batching")))is _payment batching_, which pays 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((("transactions", "common types", startref="transaction-common")))