diff --git a/crypto-primitives/src/merkle_tree/mod.rs b/crypto-primitives/src/merkle_tree/mod.rs index 1a40045..0e48e94 100644 --- a/crypto-primitives/src/merkle_tree/mod.rs +++ b/crypto-primitives/src/merkle_tree/mod.rs @@ -218,10 +218,10 @@ impl Path

{ /// [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)