From e05b284430172cf4936679f26525ca805e66bff4 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Mon, 24 Nov 2014 05:47:54 -0800 Subject: [PATCH] Made changes to ch04.asciidoc --- ch04.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ch04.asciidoc b/ch04.asciidoc index e5ced5cf..fe428b86 100644 --- a/ch04.asciidoc +++ b/ch04.asciidoc @@ -486,7 +486,8 @@ include::code/key-to-address-ecc-example.py[] [[key-to-address_script_run]] .Running key-to-address-ecc-example.py ==== ----- +++++ + $ python key-to-address-ecc-example.py Private Key (hex) is: 3aba4162c7251c891207b747840551a71939b0de081f85c4e44cf7c13e41daa6 @@ -509,7 +510,8 @@ Bitcoin Address (b58check) is: 1thMirt546nngXqyPEz532S8fLwbozud8 Compressed Bitcoin Address (b58check) is: 14cxpo3MBCYYWCgF74SWTdcmxipnGUsPw3 ----- + +++++ ====