Skip to content

Commit

Permalink
Ignore multi_proof doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Oct 21, 2024
1 parent 782211f commit 1a41540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto-primitives/src/merkle_tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ impl<P: Config> MerkleTree<P> {
/// instead of
/// `num_leaves*(num_leaves.log2()-1)`
/// When verifying the proof, leaves hashes should be supplied in order, that is:
/// ```no_run
/// ```ignore
/// let ordered_leaves: Vec<_> = self.leaf_indexes.into_iter().map(|i| leaves[i]).collect();
/// ```
pub fn generate_multi_proof(
Expand Down

0 comments on commit 1a41540

Please sign in to comment.