From 418104648894c2a96e08a1666010a0b43d3a400b Mon Sep 17 00:00:00 2001 From: zelig Date: Tue, 13 Dec 2016 09:24:33 +0100 Subject: swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten) --- swarm/network/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swarm/network') diff --git a/swarm/network/protocol.go b/swarm/network/protocol.go index a3ffd338f..4fffaac6d 100644 --- a/swarm/network/protocol.go +++ b/swarm/network/protocol.go @@ -51,7 +51,7 @@ const ( Version = 0 ProtocolLength = uint64(8) ProtocolMaxMsgSize = 10 * 1024 * 1024 - NetworkId = 322 + NetworkId = 3 ) const ( -- cgit