Remove unnecessary mention of Tor in comment

This commit is contained in:
Daniel Karzel 2021-02-15 10:12:08 +11:00
parent e353d0e89b
commit c166232daf

View File

@ -13,7 +13,7 @@ use libp2p::{
yamux, PeerId, yamux, PeerId,
}; };
/// Builds a libp2p transport without Tor with the following features: /// Builds a libp2p transport with the following features:
/// - TcpConnection /// - TcpConnection
/// - DNS name resolution /// - DNS name resolution
/// - authentication via noise /// - authentication via noise