Skip to content

Commit

Permalink
p2p: fix typo in v4wire.go
Browse files Browse the repository at this point in the history
Neigbors -> Neighbors
  • Loading branch information
eltociear authored Nov 10, 2021
1 parent 0efed7f commit fb7da82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/discover/v4wire/v4wire.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fb7da82

Please sign in to comment.