Skip to content

Commit

Permalink
rm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed May 31, 2024
1 parent c08862e commit 948f3e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/interpreter/src/instructions/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use revm_primitives::{keccak256, BerlinSpec};

use crate::{
gas::{self, cost_per_word, EOF_CREATE_GAS, KECCAK256WORD},
instructions::utility::read_u16,
interpreter::Interpreter,
primitives::{Address, Bytes, Eof, Spec, SpecId::*, U256},
CallInputs, CallScheme, CallValue, CreateInputs, CreateScheme, EOFCreateInput, Host,
Expand Down

0 comments on commit 948f3e1

Please sign in to comment.