p2p: fix typo in v4wire.go

Neigbors -> Neighbors
This commit is contained in:
Ikko Ashimine 2021-11-10 22:18:12 +09:00 committed by GitHub
parent 0efed7f58b
commit fb7da82dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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