From 61a7766fd931e31f17b260666b4309f31fa327ad Mon Sep 17 00:00:00 2001 From: nadams Date: Wed, 17 May 2017 12:57:11 -0700 Subject: [PATCH] Edited ch09.asciidoc with Atlas code editor --- ch09.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ch09.asciidoc b/ch09.asciidoc index 6eae1af9..cc2ae567 100644 --- a/ch09.asciidoc +++ b/ch09.asciidoc @@ -214,6 +214,7 @@ image::images/mbc2_0905.png["merkle_tree_path"] The code in <> 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]