eth: fixed the minor typo inside the comments

This commit is contained in:
Liang Ma 2018-10-03 19:42:03 +01:00
parent 9d06b2c5f3
commit 5101dccb33

View file

@ -37,7 +37,7 @@ const (
// ProtocolName is the official short name of the protocol used during capability negotiation. // ProtocolName is the official short name of the protocol used during capability negotiation.
var ProtocolName = "eth" 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} var ProtocolVersions = []uint{eth63, eth62}
// ProtocolLengths are the number of implemented message corresponding to different protocol versions. // ProtocolLengths are the number of implemented message corresponding to different protocol versions.