Skip to content

Commit

Permalink
make little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JereSalo committed Nov 21, 2024
1 parent 52bcc2c commit 3738159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/vm/levm/src/opcode_handlers/environment.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
call_frame::CallFrame,
constants::{BALANCE_COLD_ADDRESS_ACCESS_COST, WARM_ADDRESS_ACCESS_COST},
errors::{InternalError, OpcodeSuccess, OutOfGasError, VMError},
errors::{OpcodeSuccess, OutOfGasError, VMError},
gas_cost,
vm::{word_to_address, VM},
};
Expand Down
2 changes: 1 addition & 1 deletion crates/vm/levm/src/opcode_handlers/system.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
call_frame::CallFrame,
constants::SUCCESS_FOR_RETURN,
errors::{OpcodeSuccess, OutOfGasError, ResultReason, VMError},
errors::{OpcodeSuccess, ResultReason, VMError},
gas_cost,
vm::{word_to_address, VM},
};
Expand Down

0 comments on commit 3738159

Please sign in to comment.