aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-01 23:36:56 +0800
committerobscuren <geffobscura@gmail.com>2015-04-01 23:36:56 +0800
commit216ea425e4579f95c01572d2da0d83890a05c162 (patch)
tree1ec9ee7788ccd040f46e2bf50873b7db258f1d92 /eth/protocol.go
parent8e961df2830a57fadeafc2f74aca19a820b104cb (diff)
downloaddexon-216ea425e4579f95c01572d2da0d83890a05c162.tar
dexon-216ea425e4579f95c01572d2da0d83890a05c162.tar.gz
dexon-216ea425e4579f95c01572d2da0d83890a05c162.tar.bz2
dexon-216ea425e4579f95c01572d2da0d83890a05c162.tar.lz
dexon-216ea425e4579f95c01572d2da0d83890a05c162.tar.xz
dexon-216ea425e4579f95c01572d2da0d83890a05c162.tar.zst
dexon-216ea425e4579f95c01572d2da0d83890a05c162.zip
corrected
Diffstat (limited to 'eth/protocol.go')
-rw-r--r--eth/protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/protocol.go b/eth/protocol.go
index 844641d04..a0ab177cd 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -14,7 +14,7 @@ import (
const (
ProtocolVersion = 60
- NetworkId = 3
+ NetworkId = 0
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024
maxHashes = 256