Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Sep 24, 2024
1 parent 9b43bec commit edb0c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pub fn generate_witness(
.collect::<Vec<_>>()
}

/// Compute path index (TODO: do we want to keep this here?)
/// Compute path index
#[must_use]
pub fn path_index(proof: &trees::Proof<Poseidon>) -> Vec<Field> {
proof
Expand Down

0 comments on commit edb0c3e

Please sign in to comment.