fn merge_journaled_state_data(
addr: Address,
active_journaled_state: &JournaledState,
fork_journaled_state: &mut JournaledState,
)
Expand description
Clones the account data from the active_journaled_state
into the fork_journaled_state