pub(crate) fn rollback_replay_created(
fuzzed_contracts: Option<&FuzzRunIdentifiedContracts>,
created: Vec<Address>,
)Expand description
Clears dynamic targets added during a replayed entry so they don’t leak into the next one.
pub(crate) fn rollback_replay_created(
fuzzed_contracts: Option<&FuzzRunIdentifiedContracts>,
created: Vec<Address>,
)Clears dynamic targets added during a replayed entry so they don’t leak into the next one.