Merge branch 'remove-outdated-todo' into 'main'

arti-client: Remove outdated TODO.

See merge request tpo/core/arti!1400
This commit is contained in:
Nick Mathewson 2023-07-12 00:48:19 +00:00
commit a2c935f292
1 changed files with 0 additions and 3 deletions

View File

@ -606,9 +606,6 @@ impl<R: Runtime> TorClient<R> {
let mut stores: Vec<Box<dyn Keystore>> = vec![];
// TODO hs: For now, let's ignore any errors coming from the ArtiNativeKeystore
// constructor. We should remove this when we implement the key store config and bail
// if the keystore dir fails the validation checks.
if let Some(key_store_dir) = key_store_dir {
let arti_store =
ArtiNativeKeystore::from_path_and_mistrust(key_store_dir, permissions)?;