swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten)
This commit is contained in:
@ -51,7 +51,7 @@ const (
|
||||
Version = 0
|
||||
ProtocolLength = uint64(8)
|
||||
ProtocolMaxMsgSize = 10 * 1024 * 1024
|
||||
NetworkId = 322
|
||||
NetworkId = 3
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user