Updated protocol version

pull/229/merge
obscuren 10 years ago
parent 24f89f8bd9
commit 530953050a
  1. 2
      eth/protocol.go

@ -13,7 +13,7 @@ import (
)
const (
ProtocolVersion = 49
ProtocolVersion = 51
NetworkId = 0
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024

Loading…
Cancel
Save