mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
p2p: fix typo
This commit is contained in:
parent
08c62b128a
commit
85b38613b2
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ type Config struct {
|
||||||
// Zero defaults to preset values.
|
// Zero defaults to preset values.
|
||||||
MaxPendingPeers int `toml:",omitempty"`
|
MaxPendingPeers int `toml:",omitempty"`
|
||||||
|
|
||||||
// NoDiscowery can be used to disable the peer discovery mechanism.
|
// NoDiscovery can be used to disable the peer discovery mechanism.
|
||||||
// Disabling is useful for protocol debugging (manual topology).
|
// Disabling is useful for protocol debugging (manual topology).
|
||||||
NoDiscovery bool
|
NoDiscovery bool
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue