summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hsservice')
-rw-r--r--crates/tor-hsservice/src/ipt_mgr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hsservice/src/ipt_mgr.rs b/crates/tor-hsservice/src/ipt_mgr.rs
index 542abaf4e..347dfe20f 100644
--- a/crates/tor-hsservice/src/ipt_mgr.rs
+++ b/crates/tor-hsservice/src/ipt_mgr.rs
@@ -186,7 +186,7 @@ struct IptRelay {
ipts: Vec<Ipt>,
}
-/// TODO HSS surely this should be [`tor_proto::crypto::handshake::ntor::NtorSecretKey`] ?
+/// TODO HSS surely this should be `tor_proto::crypto::handshake::ntor::NtorSecretKey` ?
///
/// But that is private?
/// Also it has a strange name, for something which contains both private and public keys.