fn get_expired_keys<'a, R: Runtime>(
services: &'a Vec<OnionService>,
client: &TorClient<R>,
) -> Result<Vec<InvalidKeystoreEntry<'a>>>Expand description
Helper function for run_check_integrity.
Gathers all expired keys from the provided hidden services.