1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-12-23 07:08:13 +00:00

Made changes to ch04.asciidoc

This commit is contained in:
myarbrough@oreilly.com 2014-11-24 05:47:54 -08:00
parent 97b5b43056
commit e05b284430

View File

@ -486,7 +486,8 @@ include::code/key-to-address-ecc-example.py[]
[[key-to-address_script_run]]
.Running key-to-address-ecc-example.py
====
----
++++
<screen>
$ 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
----
</screen>
++++
====