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