Răsfoiți Sursa

eth: disable eth/61 to prepare for more elaborate fork sync algos

Péter Szilágyi 9 ani în urmă
părinte
comite
ddfef21125
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      eth/protocol.go

+ 2 - 2
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