Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Oct 27, 2021
1 parent 7872a3b commit 49233a3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions crates/revm/src/evm.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
use crate::{
collection::vec::Vec,
db::{Database, WriteDatabase},
error::ExitReason,
evm_impl::EVMImpl,
subroutine::State,
BerlinSpec, BlockEnv, ByzantineSpec, CfgEnv, Env, Inspector, IstanbulSpec, LatestSpec,
LondonSpec, NoOpInspector, Spec, SpecId, TransactOut, TransactTo, TxEnv,
BerlinSpec, ByzantineSpec, Env, Inspector, IstanbulSpec, LatestSpec, LondonSpec, NoOpInspector,
Spec, SpecId, TransactOut,
};

use bytes::Bytes;
use primitive_types::{H160, H256, U256};
use revm_precompiles::Precompiles;
/// Struct that takes Database and enabled transact to update state dirrectly to database.
/// additionaly it allows user to set all environment parameters.
Expand Down

0 comments on commit 49233a3

Please sign in to comment.