Merge pull request #23880 from eltociear/patch-3

p2p: fix typo in v4wire.go
This commit is contained in:
Péter Szilágyi
2021-11-10 16:15:51 +02:00
committed by GitHub

View File

@ -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 const MaxNeighbors = 12
// This code computes the MaxNeighbors constant value. // This code computes the MaxNeighbors constant value.