Skip to content

Commit

Permalink
cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Dec 11, 2023
1 parent b79f9f6 commit d948870
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lightclient-circuits/src/sync_step_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,7 @@ mod tests {
use ark_std::{end_timer, start_timer};
use eth_types::Testnet;
use halo2_base::{
halo2_proofs::dev::MockProver,
halo2_proofs::{halo2curves::bn256::Fr, poly::commitment::Params},
utils::fs::gen_srs,
halo2_proofs::dev::MockProver, halo2_proofs::halo2curves::bn256::Fr, utils::fs::gen_srs,
};
use snark_verifier_sdk::{
evm::{evm_verify, gen_evm_proof_shplonk},
Expand Down

0 comments on commit d948870

Please sign in to comment.