mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-26 23:58:46 -05:00
chore(builder): reorder revm State import (#11316)
This commit is contained in:
@@ -42,9 +42,9 @@ use reth_transaction_pool::{
|
||||
};
|
||||
use reth_trie::HashedPostState;
|
||||
use revm::{
|
||||
db::states::bundle_state::BundleRetention,
|
||||
db::{states::bundle_state::BundleRetention, State},
|
||||
primitives::{EVMError, EnvWithHandlerCfg, InvalidTransaction, ResultAndState},
|
||||
DatabaseCommit, State,
|
||||
DatabaseCommit,
|
||||
};
|
||||
use revm_primitives::calc_excess_blob_gas;
|
||||
use std::sync::Arc;
|
||||
|
||||
@@ -28,9 +28,9 @@ use reth_transaction_pool::{
|
||||
};
|
||||
use reth_trie::HashedPostState;
|
||||
use revm::{
|
||||
db::states::bundle_state::BundleRetention,
|
||||
db::{states::bundle_state::BundleRetention, State},
|
||||
primitives::{EVMError, EnvWithHandlerCfg, InvalidTransaction, ResultAndState},
|
||||
DatabaseCommit, State,
|
||||
DatabaseCommit,
|
||||
};
|
||||
use revm_primitives::calc_excess_blob_gas;
|
||||
use tracing::{debug, trace, warn};
|
||||
|
||||
Reference in New Issue
Block a user