Function reth_rpc_eth_types::revm_utils::apply_block_overrides

source ยท
pub fn apply_block_overrides<DB>(
    overrides: BlockOverrides,
    db: &mut CacheDB<DB>,
    env: &mut BlockEnv,
)
Expand description

Applies the given block overrides to the env and updates overridden block hashes in the db.