mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
@@ -5,7 +5,6 @@ use alloy_evm::{
|
||||
BlockExecutionError, BlockExecutionResult, BlockExecutor, BlockExecutorFactory,
|
||||
BlockExecutorFor, ExecutableTx, OnStateHook,
|
||||
},
|
||||
precompiles::PrecompilesMap,
|
||||
Database, Evm, EvmEnv,
|
||||
};
|
||||
use alloy_op_evm::{OpBlockExecutionCtx, OpBlockExecutor, OpEvm};
|
||||
@@ -117,7 +116,7 @@ impl BlockExecutorFactory for CustomEvmConfig {
|
||||
|
||||
fn create_executor<'a, DB, I>(
|
||||
&'a self,
|
||||
evm: OpEvm<&'a mut State<DB>, I, PrecompilesMap>,
|
||||
evm: OpEvm<&'a mut State<DB>, I>,
|
||||
ctx: OpBlockExecutionCtx,
|
||||
) -> impl BlockExecutorFor<'a, Self, DB, I>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user