aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-07-25 23:36:04 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-07-25 23:36:04 +0800
commit0efcd7ed05331c25b3f3d485c65354cfe99d8297 (patch)
tree9fb7530609c5e38666185521dab7349f6a6526f8 /eth/protocol.go
parent4019e2a6f2671cb812fab4754dfc5bf274a7b81b (diff)
parent036e6301af123ddc7d33f45545bdc083d1573bd8 (diff)
downloaddexon-0efcd7ed05331c25b3f3d485c65354cfe99d8297.tar
dexon-0efcd7ed05331c25b3f3d485c65354cfe99d8297.tar.gz
dexon-0efcd7ed05331c25b3f3d485c65354cfe99d8297.tar.bz2
dexon-0efcd7ed05331c25b3f3d485c65354cfe99d8297.tar.lz
dexon-0efcd7ed05331c25b3f3d485c65354cfe99d8297.tar.xz
dexon-0efcd7ed05331c25b3f3d485c65354cfe99d8297.tar.zst
dexon-0efcd7ed05331c25b3f3d485c65354cfe99d8297.zip
Merge pull request #1521 from obscuren/client-update
cmd/geth, core, eth: Version 1.0.0
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 5e2454999..226b98360 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -30,7 +30,7 @@ var ProtocolVersions = []uint{61, 60}
var ProtocolLengths = []uint64{9, 8}
const (
- NetworkId = 0
+ NetworkId = 1
ProtocolMaxMsgSize = 10 * 1024 * 1024 // Maximum cap on the size of a protocol message
)