feat(node_builder): allow borrowing self in ConfigureEvm::evm (#8024)

This commit is contained in:
DaniPopes
2024-05-01 17:22:49 +02:00
committed by GitHub
parent f157ec83b6
commit 399afd802c
11 changed files with 46 additions and 51 deletions

View File

@ -298,7 +298,8 @@ fn execute_block(
)
.with_bundle_update()
.build();
let mut evm = EthEvmConfig::default().evm(state);
let evm_config = EthEvmConfig::default();
let mut evm = evm_config.evm(state);
// Set state clear flag.
evm.db_mut().set_state_clear_flag(