Commit a61071f7 authored by gabi-250's avatar gabi-250 🕸️
Browse files

keystore: Change the dummy HsClientSpecifier to "default".

parent 35e06370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1000,7 +1000,7 @@ impl<R: Runtime> TorClient<R> {
                let netdir = self.netdir(Timeliness::Timely, "connect to a hidden service")?;

                // TODO hs: use a real client id (loaded from the config)
                let client_id = HsClientSpecifier::new("not_a_real_spec".into())
                let client_id = HsClientSpecifier::new("default".into())
                    .map_err(|e| ErrorDetail::Keystore(e))?;
                let desc_enc_key_spec = HsClientSecretKeySpecifier::new(
                    client_id.clone(),