aboutsummaryrefslogtreecommitdiffstats
path: root/p2p
diff options
context:
space:
mode:
authorWenbiao Zheng <delweng@gmail.com>2018-08-27 16:49:29 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-27 16:49:29 +0800
commitd1aa605f1e8639769cdd75bcec3064c29a62b34a (patch)
tree84d7aba82d7365ca736afa52b66ef100d117afca /p2p
parent70398d300d4da97c89f96f5c9629caa327de5c39 (diff)
downloadgo-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.gz
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.bz2
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.lz
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.xz
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.tar.zst
go-tangerine-d1aa605f1e8639769cdd75bcec3064c29a62b34a.zip
all: remove the duplicate 'the' in annotations (#17509)
Diffstat (limited to 'p2p')
-rw-r--r--p2p/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/server.go b/p2p/server.go
index 8f3a511f3..f9a38fcc6 100644
--- a/p2p/server.go
+++ b/p2p/server.go
@@ -77,7 +77,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"`