1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-23 00:28:14 +00:00

Edited ch04.asciidoc with Atlas code editor

This commit is contained in:
kristen@oreilly.com 2017-07-18 09:23:47 -07:00
parent c410c254ef
commit ec60d9ae72

View File

@ -332,6 +332,7 @@ Let's look at the complete process of creating a bitcoin address, from a private
[[addr_example]]
.Creating a Base58Check-encoded bitcoin address from a private key
====
[role="c_less_space"]
[source, cpp]
----
include::code/addr.cpp[]