chore: fix comment typo

This commit is contained in:
Quake Wang
2023-03-03 11:59:22 +09:00
committed by jjy
parent c5bfa3d2a5
commit 6494cd2dda
+1 -1
View File
@@ -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
/// / \