Skip to content

Commit 2591d81

Browse files
Update twenty-first/src/util_types/merkle_tree.rs
Co-authored-by: Jan Ferdinand Sauer <ferdinand@neptune.cash>
1 parent dead61b commit 2591d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twenty-first/src/util_types/merkle_tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ pub enum MerkleTreeError {
626626
#[error("The number of leafs must be a power of two.")]
627627
IncorrectNumberOfLeafs,
628628

629-
#[error("Tree height must not exceed 63.")]
629+
#[error("Tree height implies a tree that does not fit in RAM")]
630630
TreeTooHigh,
631631
}
632632

0 commit comments

Comments
 (0)