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