Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ch01-02-merkle-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down