mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
eth: fixed the minor typo inside the comments (#17830)
This commit is contained in:
parent
b8a0daf0cc
commit
ff6e0351ab
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ const (
|
|||
// ProtocolName is the official short name of the protocol used during capability negotiation.
|
||||
var ProtocolName = "eth"
|
||||
|
||||
// ProtocolVersions are the upported versions of the eth protocol (first is primary).
|
||||
// ProtocolVersions are the supported versions of the eth protocol (first is primary).
|
||||
var ProtocolVersions = []uint{eth63, eth62}
|
||||
|
||||
// ProtocolLengths are the number of implemented message corresponding to different protocol versions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue