diff options
author | zelig <viktor.tron@gmail.com> | 2016-12-13 16:24:33 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2016-12-13 19:54:13 +0800 |
commit | 418104648894c2a96e08a1666010a0b43d3a400b (patch) | |
tree | b73f7ad5438dcb9b766f1cdf1e1c812704db4d9b /swarm | |
parent | d7c398b638115ad724e9a1ce363ae78fe25968b7 (diff) | |
download | go-tangerine-418104648894c2a96e08a1666010a0b43d3a400b.tar.gz go-tangerine-418104648894c2a96e08a1666010a0b43d3a400b.tar.zst go-tangerine-418104648894c2a96e08a1666010a0b43d3a400b.zip |
swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten)
Diffstat (limited to 'swarm')
-rw-r--r-- | swarm/network/protocol.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |