Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jul 9, 2024
1 parent 33c7335 commit 4f62af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merk/benches/merk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ pub fn prove_1m_2k_rand(c: &mut Criterion) {
b.iter_with_large_drop(|| {
let keys = prove_keys_per_batch[i % n_batches].clone();

merk.prove_unchecked(keys, None, None, true)
merk.prove_unchecked(keys, None, true)
.unwrap()
.expect("prove failed");
i += 1;
Expand Down

0 comments on commit 4f62af2

Please sign in to comment.