change protocol name to ztx

This commit is contained in:
Gustavo Guimaraes 2018-12-12 22:10:03 -03:00
parent de39513ced
commit ff5f561504

View file

@ -35,7 +35,7 @@ const (
)
// ProtocolName is the official short name of the protocol used during capability negotiation.
var ProtocolName = "eth"
var ProtocolName = "ztx"
// ProtocolVersions are the supported versions of the eth protocol (first is primary).
var ProtocolVersions = []uint{eth63, eth62}