Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ushinar committed Sep 21, 2024
1 parent 95bf4b1 commit bfca0c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/merkle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ mod tests {
hash_vec.push(hash);
}
for j in 1..TREE_LENGTH{// disregard the 0 edge case as it is tested separately
// let j=TREE_LENGTH-1;
for leaf_index in 0..j{
let witness=create_merkle_witness(hash_vec.clone().into_iter().take(j),leaf_index).unwrap();
let merkle_root=calc_merkle_root(hash_vec.clone().into_iter().take(j));
Expand Down

0 comments on commit bfca0c0

Please sign in to comment.