refactor: use BlockExecutorProvider in InvalidBlockWitnessHook (#14594)

This commit is contained in:
Arsenii Kulikov
2025-02-19 21:41:32 +04:00
committed by GitHub
parent 465af6e0f3
commit 1bf46848a6
2 changed files with 20 additions and 53 deletions

View File

@ -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(),
)),