From 18a9481167816d4b000977c628f2e80ed893007f Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Sun, 7 Feb 2021 08:45:25 -0500 Subject: [PATCH] Fixes incorrect statement about root nodes in the Merkle tree theory --- src/ch01-02-merkle-tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch01-02-merkle-tree.md b/src/ch01-02-merkle-tree.md index a04b8bb..63a332d 100644 --- a/src/ch01-02-merkle-tree.md +++ b/src/ch01-02-merkle-tree.md @@ -218,7 +218,7 @@ __signatures__ TODO ## Root Nodes -If the number of leaf nodes is a multiple of 2 the flat tree will only have a +If the number of leaf nodes is a power of 2 the flat tree will only have a single root. Otherwise it'll have more than one. ## Storage Format