mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 17:43:48 +00:00
Bump protocol version 58
This commit is contained in:
parent
e69d5b32e8
commit
aa9f981d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
ProtocolVersion = 56
|
||||
ProtocolVersion = 58
|
||||
NetworkId = 0
|
||||
ProtocolLength = uint64(8)
|
||||
ProtocolMaxMsgSize = 10 * 1024 * 1024
|
||||
|
|
|
|||
Loading…
Reference in a new issue