mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove Block generic from apply_pre_execution_changes (#13743)
This commit is contained in:
@ -95,7 +95,7 @@ where
|
||||
SystemCaller::new(self.evm_config.clone(), self.provider.chain_spec());
|
||||
|
||||
// Apply pre-block system contract calls.
|
||||
system_caller.apply_pre_execution_changes(&block.clone().unseal().block, &mut evm)?;
|
||||
system_caller.apply_pre_execution_changes(block.header(), &mut evm)?;
|
||||
|
||||
// Re-execute all of the transactions in the block to load all touched accounts into
|
||||
// the cache DB.
|
||||
|
||||
Reference in New Issue
Block a user