mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
eth: fixed the minor typo inside the comments
This commit is contained in:
parent
9d06b2c5f3
commit
5101dccb33
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