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