From 74558893b4b7e9b9b3172193882af7f2b61bc8af Mon Sep 17 00:00:00 2001 From: nadams Date: Mon, 24 Apr 2017 08:52:38 -0700 Subject: [PATCH] Edited ch03.asciidoc with Atlas code editor --- ch03.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 0edfb45d..63bc479b 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -634,7 +634,11 @@ Now that we know which block Alice's transaction was included in, we can query t
 $ bitcoin-cli getblock 0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b3↵
 1b2cc7bdc4
+
+++++ +[source="json"] +---- { "hash": "0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b31b2cc7bdc4", "confirmations": 37371, @@ -669,8 +673,6 @@ $ bitcoin-cli getblock 0000000000000001b6b9a13b095e96db41c4a928b97ef2d944a9b3&#x "nextblockhash": "000000000000000010236c269dd6ed714dd5db39d36b33959079d78dfd431ba7" } - -++++ The block contains 419 transactions and the 64th transaction listed (+0627052b...+) is Alice's coffee payment. The +height+ entry tells us this is the 277316th block in the blockchain.