We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08862e commit 948f3e1Copy full SHA for 948f3e1
crates/interpreter/src/instructions/contract.rs
@@ -5,7 +5,6 @@ use revm_primitives::{keccak256, BerlinSpec};
5
6
use crate::{
7
gas::{self, cost_per_word, EOF_CREATE_GAS, KECCAK256WORD},
8
- instructions::utility::read_u16,
9
interpreter::Interpreter,
10
primitives::{Address, Bytes, Eof, Spec, SpecId::*, U256},
11
CallInputs, CallScheme, CallValue, CreateInputs, CreateScheme, EOFCreateInput, Host,
0 commit comments