Skip to content

Commit

Permalink
Run cargo update for fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 8, 2024
1 parent 96d51ad commit 36839be
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
55 changes: 31 additions & 24 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion fuzz/fuzz_targets/fuzz_verify_cell_kzg_proof_batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ fuzz_target!(|input: Input| {
let rkzg_result = DAS_CONTEXT.verify_cell_kzg_proof_batch(
commitments_bytes,
input.cell_indices,
vec![], // TODO: remove when the lib updates.
cells_bytes,
proofs_bytes,
);
Expand Down

0 comments on commit 36839be

Please sign in to comment.