p2p: fix typo

This commit is contained in:
Felix Lange 2017-04-12 00:37:36 +02:00
parent 08c62b128a
commit 85b38613b2

View file

@ -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