mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
p2p: fix typo in v4wire.go
Neigbors -> Neighbors
This commit is contained in:
parent
0efed7f58b
commit
fb7da82dde
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ type (
|
|||
}
|
||||
)
|
||||
|
||||
// This number is the maximum number of neighbor nodes in a Neigbors packet.
|
||||
// This number is the maximum number of neighbor nodes in a Neighbors packet.
|
||||
const MaxNeighbors = 12
|
||||
|
||||
// This code computes the MaxNeighbors constant value.
|
||||
|
|
|
|||
Loading…
Reference in a new issue