mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
p2p: redo typo fix
This commit is contained in:
parent
9a4fb4a7ed
commit
f5056b68e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue