aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-07-04 17:03:19 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-07-04 17:03:19 +0800
commitddfef211258f027b748dbff6f71b8609bf898c11 (patch)
tree2fa4f627e3677cfcd6d91c107eb5e3d169bb0d08 /eth
parent3af101ccc1f304af5df803608ebdaaeb85eb0c79 (diff)
downloadgo-tangerine-ddfef211258f027b748dbff6f71b8609bf898c11.tar
go-tangerine-ddfef211258f027b748dbff6f71b8609bf898c11.tar.gz
go-tangerine-ddfef211258f027b748dbff6f71b8609bf898c11.tar.bz2
go-tangerine-ddfef211258f027b748dbff6f71b8609bf898c11.tar.lz
go-tangerine-ddfef211258f027b748dbff6f71b8609bf898c11.tar.xz
go-tangerine-ddfef211258f027b748dbff6f71b8609bf898c11.tar.zst
go-tangerine-ddfef211258f027b748dbff6f71b8609bf898c11.zip
eth: disable eth/61 to prepare for more elaborate fork sync algos
Diffstat (limited to 'eth')
-rw-r--r--eth/protocol.go4
1 files changed, 2 insertions, 2 deletions
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