From c166232daf700a35488087343cd8bb3b0c8434fb Mon Sep 17 00:00:00 2001 From: Daniel Karzel Date: Mon, 15 Feb 2021 10:12:08 +1100 Subject: [PATCH] Remove unnecessary mention of Tor in comment --- swap/src/network/transport.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swap/src/network/transport.rs b/swap/src/network/transport.rs index 09bd8e9b..7217323e 100644 --- a/swap/src/network/transport.rs +++ b/swap/src/network/transport.rs @@ -13,7 +13,7 @@ use libp2p::{ yamux, PeerId, }; -/// Builds a libp2p transport without Tor with the following features: +/// Builds a libp2p transport with the following features: /// - TcpConnection /// - DNS name resolution /// - authentication via noise