fn verify_slot_deltas_with_history(
    slots_from_slot_deltas: &HashSet<Slot>,
    slot_history: &SlotHistory,
    bank_slot: Slot
) -> Result<(), VerifySlotDeltasError>
Expand description

Verify that the snapshot’s slot deltas are not corrupt/invalid These checks use the slot history for verification