fn verify_bank_against_expected_slot_hash(
    bank: &Bank,
    expected_slot: Slot,
    expected_hash: SnapshotHash
) -> Result<()>
Expand description

Check to make sure the deserialized bank’s slot and hash matches the snapshot archive’s slot and hash