Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Jul 9, 2024
1 parent 4e32d76 commit 8d73ea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/libzkp/impl/src/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use prover::{
utils::{chunk_trace_to_witness_block, init_env_and_log},
BatchProof, BatchProvingTask, BlockTrace, ChunkInfo, ChunkProof,
};
use snark_verifier_sdk::verify_evm_calldata;
use std::{cell::OnceCell, env, ptr::null};

static mut PROVER: OnceCell<Prover> = OnceCell::new();
Expand Down

0 comments on commit 8d73ea7

Please sign in to comment.