aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriela Moldovan <gabi@torproject.org>2024-01-11 18:10:15 +0000
committerGabriela Moldovan <gabi@torproject.org>2024-01-11 18:53:34 +0000
commit8644c028fbccd8fda05619e1b40316e9ae3ff1e2 (patch)
treea9d46bd0e302b47c5517e17e63341fefe0600007
parent06f36513649bcae4b60550f540e8f08c5aff21c1 (diff)
downloadarti-8644c028fbccd8fda05619e1b40316e9ae3ff1e2.tar.gz
arti-8644c028fbccd8fda05619e1b40316e9ae3ff1e2.zip
tor-hsservice: Turn a TODO into #955.
-rw-r--r--crates/tor-hsservice/src/svc/publish/descriptor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hsservice/src/svc/publish/descriptor.rs b/crates/tor-hsservice/src/svc/publish/descriptor.rs
index 3419ba8cd..4e40fcc4e 100644
--- a/crates/tor-hsservice/src/svc/publish/descriptor.rs
+++ b/crates/tor-hsservice/src/svc/publish/descriptor.rs
@@ -91,7 +91,7 @@ pub(super) fn build_sign<Rng: RngCore + CryptoRng>(
let is_single_onion_service =
matches!(config.anonymity, crate::Anonymity::DangerouslyNonAnonymous);
- // TODO HSS: perhaps the certificates should be read from the keystore, rather than created
+ // TODO (#955): perhaps the certificates should be read from the keystore, rather than created
// when building the descriptor. See #1048
let intro_auth_key_cert_expiry = now + HS_DESC_CERT_LIFETIME_SEC;
let intro_enc_key_cert_expiry = now + HS_DESC_CERT_LIFETIME_SEC;