mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: use BlockExecutorProvider in InvalidBlockWitnessHook (#14594)
This commit is contained in:
@ -895,7 +895,7 @@ where
|
||||
Ok(match hook {
|
||||
InvalidBlockHookType::Witness => Box::new(InvalidBlockWitnessHook::new(
|
||||
self.blockchain_db().clone(),
|
||||
self.components().evm_config().clone(),
|
||||
self.components().block_executor().clone(),
|
||||
output_directory,
|
||||
healthy_node_rpc_client.clone(),
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user