From ff5f5615041534e6763e5e9750f195238656202f Mon Sep 17 00:00:00 2001 From: Gustavo Guimaraes Date: Wed, 12 Dec 2018 22:10:03 -0300 Subject: [PATCH] change protocol name to ztx --- eth/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/protocol.go b/eth/protocol.go index 497ba4c597..a48e57e71c 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -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}