Function apply_block_overrides
pub fn apply_block_overrides<DB>(
overrides: BlockOverrides,
db: &mut DB,
env: &mut BlockEnv,
)where
DB: OverrideBlockHashes,
Available on crate feature
evm
only.Expand description
Applies the given block overrides to the env and updates overridden block hashes in the db.