Skip to main content

restore_cache_state

Function restore_cache_state 

Source
pub fn restore_cache_state(
    db: &mut GeneralizedDatabase,
    callframe_backup: CallFrameBackup,
) -> Result<(), VMError>
Expand description

Restore the state of the cache to the state it in the callframe backup. Also restores BAL recorder state changes (but not touched_addresses) per EIP-7928.