mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
bumped network protocol
This commit is contained in:
parent
fd171eff7f
commit
8e961df283
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import (
|
|||
|
||||
const (
|
||||
ProtocolVersion = 60
|
||||
NetworkId = 0
|
||||
NetworkId = 3
|
||||
ProtocolLength = uint64(8)
|
||||
ProtocolMaxMsgSize = 10 * 1024 * 1024
|
||||
maxHashes = 256
|
||||
|
|
|
|||
Loading…
Reference in a new issue