Skip to content

Commit

Permalink
fix the comment on MultiPath (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
veljkovranic authored Nov 5, 2024
1 parent 6a770eb commit b139838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crypto-primitives/src/merkle_tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ impl<P: Config> Path<P> {
/// [A]
/// / \
/// [B] C
/// / \ / \
/// D [E] F H
/// / \ / \ ....
/// [I]J L M
/// / \ / \
/// D [E] F H
/// ... / \ / \ ....
/// [I] J L M
/// ```
/// Suppose we want to prove I and J, then:
/// `leaf_indexes` is: `[2,3]` (indexes in Merkle Tree leaves vector)
Expand Down

0 comments on commit b139838

Please sign in to comment.