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"`