From f5056b68e2b718db2e8d5436b4e6d6cc26347e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kurk=C3=B3=20Mih=C3=A1ly?= Date: Tue, 18 Sep 2018 19:24:52 +0300 Subject: [PATCH] p2p: redo typo fix --- p2p/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/server.go b/p2p/server.go index 91ee78fe95..38a881f7bd 100644 --- a/p2p/server.go +++ b/p2p/server.go @@ -84,7 +84,7 @@ type Config struct { // Disabling is useful for protocol debugging (manual topology). NoDiscovery bool - // DiscoveryV5 specifies whether the the new topic-discovery based V5 discovery + // DiscoveryV5 specifies whether the new topic-discovery based V5 discovery // protocol should be started or not. DiscoveryV5 bool `toml:",omitempty"`