From 3843443cea5e78c36d55583d3adced9981f5f628 Mon Sep 17 00:00:00 2001 From: "judymcconville@roadrunner.com" Date: Fri, 28 Apr 2017 08:02:49 -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 d13cbc8e..ee443e9a 100644 --- a/ch02.asciidoc +++ b/ch02.asciidoc @@ -142,7 +142,7 @@ image::images/mbc2_0207.png["Distributing Transaction"] === Constructing a Transaction -((("transactions", "construction", "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 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. ==== Getting the Right Inputs