remove IntoRecoveredTransaction (#11221)

This commit is contained in:
nk_ysg
2024-09-26 01:10:11 +08:00
committed by GitHub
parent 4ef9635fa9
commit 76a6e0db69
13 changed files with 21 additions and 37 deletions

View File

@ -5,7 +5,6 @@ use reth_beacon_consensus::{BeaconEngineMessage, ForkchoiceStatus};
use reth_chainspec::{EthChainSpec, EthereumHardforks};
use reth_engine_primitives::EngineTypes;
use reth_evm::execute::BlockExecutorProvider;
use reth_primitives::IntoRecoveredTransaction;
use reth_provider::{CanonChainTracker, StateProviderFactory};
use reth_stages_api::PipelineEvent;
use reth_tokio_util::EventStream;