p2p: fix typo in v4wire.go

Neigbors -> Neighbors
pull/23880/head
Ikko Ashimine 3 years ago committed by GitHub
parent 0efed7f58b
commit fb7da82dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      p2p/discover/v4wire/v4wire.go

@ -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…
Cancel
Save