fn merge_db_account_data<ExtDB: DatabaseRef>(
addr: Address,
active: &CacheDB<ExtDB>,
fork_db: &mut CacheDB<SharedBackend>,
)
Expand description
Clones the account data from the active
db into the ForkDB
fn merge_db_account_data<ExtDB: DatabaseRef>(
addr: Address,
active: &CacheDB<ExtDB>,
fork_db: &mut CacheDB<SharedBackend>,
)
Clones the account data from the active
db into the ForkDB