Skip to content

Commit

Permalink
Merge pull request ethereum#23880 from eltociear/patch-3
Browse files Browse the repository at this point in the history
p2p: fix typo in v4wire.go
  • Loading branch information
karalabe authored Nov 10, 2021
2 parents 0efed7f + fb7da82 commit e185a8c
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 e185a8c

Please sign in to comment.