Unverified Commit fb7da82d authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub

p2p: fix typo in v4wire.go

Neigbors -> Neighbors
parent 0efed7f5
...@@ -102,7 +102,7 @@ type ( ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment