From ddfef211258f027b748dbff6f71b8609bf898c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 4 Jul 2016 12:03:19 +0300 Subject: eth: disable eth/61 to prepare for more elaborate fork sync algos --- eth/protocol.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eth') diff --git a/eth/protocol.go b/eth/protocol.go index 808ac0601..7de0cb020 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -37,10 +37,10 @@ const ( var ProtocolName = "eth" // Supported versions of the eth protocol (first is primary). -var ProtocolVersions = []uint{eth63, eth62, eth61} +var ProtocolVersions = []uint{eth63, eth62} // Number of implemented message corresponding to different protocol versions. -var ProtocolLengths = []uint64{17, 8, 9} +var ProtocolLengths = []uint64{17, 8} const ( NetworkId = 1 -- cgit v1.2.3