diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-12-14 18:26:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 18:26:20 +0800 |
commit | 49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f (patch) | |
tree | ff36f924c23cdf15f134ea4776e159052bdf9a29 /swarm | |
parent | 4d960f6dc67bfe5b8b4eeb3e3886d867e68bd01d (diff) | |
parent | 92224d27b124bda3748128a140d50ddf0fa295c1 (diff) | |
download | dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.gz dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.bz2 dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.lz dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.xz dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.tar.zst dexon-49c6f1053c4ea1f5b7fb73e805a028ac5f3f3b9f.zip |
Merge pull request #3421 from ethersphere/s/swarm-cmd
cmd/swarm: one command with subcommands
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 ( |