From 6494cd2dda2b14416c99c7e65c78ecabf46388ef Mon Sep 17 00:00:00 2001 From: Quake Wang Date: Fri, 3 Mar 2023 11:59:22 +0900 Subject: [PATCH] chore: fix comment typo --- src/helper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper.rs b/src/helper.rs index 7cfb61a..8a24e68 100644 --- a/src/helper.rs +++ b/src/helper.rs @@ -40,7 +40,7 @@ pub fn sibling_offset(height: u8) -> u64 { } /// Returns the height of the peaks in the mmr, presented by a bitmap. -/// for example, for a mmr with 11 leaves, the mmr_size is 19, it will return 0b1010. +/// for example, for a mmr with 11 leaves, the mmr_size is 19, it will return 0b1011. /// 0b1011 indicates that the left peaks are at height 0, 1 and 3. /// 14 /// / \