mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Network ID changed to 100 to be able to experiment with a private blockchain.
This commit is contained in:
parent
b083b0329a
commit
3d568e21b8
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ProtocolVersion = 60
|
ProtocolVersion = 60
|
||||||
NetworkId = 0
|
NetworkId = 100
|
||||||
ProtocolLength = uint64(8)
|
ProtocolLength = uint64(8)
|
||||||
ProtocolMaxMsgSize = 10 * 1024 * 1024
|
ProtocolMaxMsgSize = 10 * 1024 * 1024
|
||||||
maxHashes = 256
|
maxHashes = 256
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue