Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Fix rebase nits
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnevadoc committed Jun 20, 2023
1 parent 5f0d47d commit b985391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion zkevm-circuits/src/copy_circuit/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use crate::{
};
use bus_mapping::{
circuit_input_builder::{CircuitInputBuilder, FixedCParams},
evm::Sha3CodeGen,
mock::BlockData,
};
use eth_types::{bytecode, geth_types::GethData, ToWord, Word};
Expand Down
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit/execution/sha3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl<F: Field> ExecutionGadget<F> for Sha3Gadget<F> {
#[cfg(test)]
mod tests {
use crate::test_util::CircuitTestBuilder;
use bus_mapping::{circuit_input_builder::FixedCParams, evm::Sha3CodeGen};
use bus_mapping::circuit_input_builder::FixedCParams;
use eth_types::{bytecode, U256};
use mock::{Sha3CodeGen, TestContext};

Expand Down

0 comments on commit b985391

Please sign in to comment.