Network ID changed to 100 to be able to experiment with a private blockchain.

This commit is contained in:
Daniel A. Nagy 2015-04-02 10:54:24 +02:00
parent b083b0329a
commit 3d568e21b8

View file

@ -14,7 +14,7 @@ import (
const (
ProtocolVersion = 60
NetworkId = 0
NetworkId = 100
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024
maxHashes = 256