From fd566cb20e4c689f75ab835f79e4c05c3d38a29c Mon Sep 17 00:00:00 2001 From: "judymcconville@roadrunner.com" Date: Fri, 28 Apr 2017 08:03:18 -0700 Subject: [PATCH] Edited ch02.asciidoc with Atlas code editor --- ch02.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch02.asciidoc b/ch02.asciidoc index ee443e9a..f5065167 100644 --- a/ch02.asciidoc +++ b/ch02.asciidoc @@ -142,7 +142,7 @@ image::images/mbc2_0207.png["Distributing Transaction"] === Constructing a Transaction -((("transactions", "constructing", "wallet applications and")))((("wallets", "constructing transactions")))Alice's wallet application contains all the logic for selecting appropriate inputs and outputs to build a transaction to Alice's specification. Alice only needs to specify a destination and an amount, and the rest happens in the wallet application without her seeing the details. Importantly, a wallet application can construct transactions even if it is completely offline. Like writing a check at home and later sending it to the bank in an envelope, the transaction does not need to be constructed and signed while connected to the bitcoin network. +((("transactions", "constructing", "wallet applications for")))((("wallets", "constructing transactions")))Alice's wallet application contains all the logic for selecting appropriate inputs and outputs to build a transaction to Alice's specification. Alice only needs to specify a destination and an amount, and the rest happens in the wallet application without her seeing the details. Importantly, a wallet application can construct transactions even if it is completely offline. Like writing a check at home and later sending it to the bank in an envelope, the transaction does not need to be constructed and signed while connected to the bitcoin network. ==== Getting the Right Inputs