Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuccinctPaul committed Dec 18, 2023
1 parent a83d590 commit acbfc16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starky/src/merklehash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ fn get_n_nodes(n_: usize) -> usize {
}

impl MerkleTreeGL {
#[time_profiler()]
fn merkle_gen_merkle_proof(&self, idx: usize, offset: usize, n: usize) -> Vec<Vec<FGL>> {
if n <= 1 {
return vec![];
Expand Down

0 comments on commit acbfc16

Please sign in to comment.