bumped network protocol

release/1.0.1
obscuren 10 years ago
parent fd171eff7f
commit 8e961df283
  1. 2
      eth/protocol.go

@ -14,7 +14,7 @@ import (
const (
ProtocolVersion = 60
NetworkId = 0
NetworkId = 3
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024
maxHashes = 256

Loading…
Cancel
Save