Skip to content

Commit

Permalink
clean leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorebugnet committed Sep 10, 2024
1 parent b4c9fb9 commit cb3bbd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simple_merkle/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,6 @@ where
/// - params: the immutable data used during recursion
/// - working_range: The range of leaf indices, relative to the entire tree, being currently
/// considered. Recursion starts with Range(0..tree_size).
/// outside the desired new narrower range.
/// the right edge of the old range.
/// - current_proof: A slice containing the proof of the current, wide range. The slice is
/// mutable as the recursion consumes nodes from it and copies them to the output proof.
/// - out: will contain the new proof after recursion finishes
Expand Down

0 comments on commit cb3bbd4

Please sign in to comment.