mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-02-02 10:51:24 +00:00
Edited ch02_overview.adoc with Atlas code editor
This commit is contained in:
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…
Reference in New Issue
Block a user