Edited ch02_overview.adoc with Atlas code editor

develop
clenser 7 months ago
parent 9c5aca97c8
commit 0c6536b59d

@ -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

Loading…
Cancel
Save