[release/1.4.10] eth: disable eth/61 to prepare for more elaborate fork sync algos

(cherry picked from commit ddfef21125)
This commit is contained in:
Péter Szilágyi 2016-07-04 12:03:19 +03:00
parent 3e1dbc3ca7
commit 98095efe88
1 changed files with 2 additions and 2 deletions

View File

@ -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