From 0c6536b59d7cd6a4f13cad340e87c7d00caec91c Mon Sep 17 00:00:00 2001 From: clenser Date: Fri, 13 Oct 2023 18:04:24 +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 d4d4b130..2fb13f27 100644 --- a/ch02_overview.adoc +++ b/ch02_overview.adoc @@ -329,7 +329,7 @@ image::images/mbc3_0207.png["Distributing Transaction"] === Constructing a Transaction -Alice's wallet application contains all +Alice's wallet((("transactions", "constructing", id="transaction-construct"))) application contains all the logic for selecting inputs and generating outputs to build a transaction to Alice's specification. Alice only needs to choose a destination, amount, and transaction fee, and the rest happens in the wallet @@ -450,7 +450,7 @@ seconds. Bob's wallet will immediately identify Alice's transaction as an incoming payment because it contains an output redeemable by Bob's keys. Bob's wallet application can also independently verify that the transaction is well formed. If Bob is using his own full node, his -wallet can further verify Alice's transaction only spends valid UTXOs. +wallet can further verify Alice's transaction only spends((("transactions", "constructing", startref="transaction-construct"))) valid UTXOs. === Bitcoin Mining