1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-26 01:50:42 +00:00

Edited ch09.asciidoc with Atlas code editor

This commit is contained in:
nadams 2017-05-17 12:57:11 -07:00
parent ec55c46a7c
commit 61a7766fd9

View File

@ -214,6 +214,7 @@ image::images/mbc2_0905.png["merkle_tree_path"]
The code in <<merkle_example>> demonstrates the process of creating a merkle tree from the leaf-node hashes up to the root, using the libbitcoin library for some helper functions.
[[merkle_example]]
[role="pagebreak-before"]
.Building a merkle tree
====
[source, cpp]