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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino committed Jun 30, 2023
1 parent 6b717d0 commit 7f9dc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit/execution/begin_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ mod test {
use std::vec;

use crate::{evm_circuit::test::rand_bytes, test_util::CircuitTestBuilder};
use bus_mapping::{circuit_input_builder::CircuitsParams, evm::OpcodeId};
use bus_mapping::evm::OpcodeId;
use eth_types::{self, bytecode, evm_types::GasCost, word, Bytecode, Word};

use mock::{eth, gwei, MockTransaction, TestContext, MOCK_ACCOUNTS};
Expand Down

0 comments on commit 7f9dc90

Please sign in to comment.