From 8eff99bd025f4c1446e0998489873a826d3629d6 Mon Sep 17 00:00:00 2001 From: clenser Date: Fri, 13 Oct 2023 18:02:30 +0000 Subject: [PATCH] Edited ch02_overview.adoc with Atlas code editor --- ch02_overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch02_overview.adoc b/ch02_overview.adoc index da10fa77..3269ba53 100644 --- a/ch02_overview.adoc +++ b/ch02_overview.adoc @@ -298,7 +298,7 @@ balance. ==== Common Transaction Forms -A very common form of transaction is a simple payment. This type of +A very ((("transactions", "common types", id="transaction-common")))common form of transaction is a simple payment. This type of transaction has one input and two outputs and is shown in <>. @@ -320,7 +320,7 @@ Finally, another transaction form that is seen often on the blockchain 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 +distribute funds, such as when processing payroll payments to multiple((("transactions", "common types", startref="transaction-common"))) employees. [[transaction-distributing]]