Fix a comment

This commit is contained in:
teor 2021-05-13 11:08:34 +10:00
parent a8a0d6450c
commit 9160365d06
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ pub enum ConnectedAddr {
/// the duration of this connection. /// the duration of this connection.
InboundProxy { transient_addr: SocketAddr }, InboundProxy { transient_addr: SocketAddr },
/// An isolated connection, where we deliberately don't connect any metadata. /// An isolated connection, where we deliberately don't have any connection metadata.
Isolated, Isolated,
// //
// TODO: handle Tor onion addresses // TODO: handle Tor onion addresses