mirror of https://github.com/status-im/op-geth.git
Bump protocol version 58
This commit is contained in:
parent
e69d5b32e8
commit
aa9f981d5f
|
@ -14,7 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ProtocolVersion = 56
|
ProtocolVersion = 58
|
||||||
NetworkId = 0
|
NetworkId = 0
|
||||||
ProtocolLength = uint64(8)
|
ProtocolLength = uint64(8)
|
||||||
ProtocolMaxMsgSize = 10 * 1024 * 1024
|
ProtocolMaxMsgSize = 10 * 1024 * 1024
|
||||||
|
|
Loading…
Reference in New Issue