Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush authored Nov 12, 2024
2 parents f23c810 + b139838 commit 5bffdf5
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 5bffdf5

Please sign in to comment.