refactor: always create Evm through ConfigureEvm (#13812)

This commit is contained in:
Arsenii Kulikov
2025-01-16 15:40:45 +04:00
committed by GitHub
parent f1f9d5a652
commit 265f783c22
9 changed files with 49 additions and 100 deletions

View File

@ -713,8 +713,7 @@ where
SystemCaller::new(self.evm_config.clone(), self.chain_spec.clone())
.pre_block_beacon_root_contract_call(
db,
&self.evm_env.cfg_env_with_handler_cfg,
&self.evm_env.block_env,
&self.evm_env,
self.attributes().payload_attributes.parent_beacon_block_root,
)
.map_err(|err| {