diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-22 19:41:31 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-25 19:55:56 +0800 |
commit | 036e6301af123ddc7d33f45545bdc083d1573bd8 (patch) | |
tree | 9ed4f3eec686167ef50e7df0e06223f9b08ad22c /eth/protocol.go | |
parent | 5001f778aac5cf77a200da7829f8d28547208fed (diff) | |
download | go-tangerine-036e6301af123ddc7d33f45545bdc083d1573bd8.tar.gz go-tangerine-036e6301af123ddc7d33f45545bdc083d1573bd8.tar.zst go-tangerine-036e6301af123ddc7d33f45545bdc083d1573bd8.zip |
cmd/geth, core, eth: Version 1.0.0
Genesis release. Closes #1402
Conflicts:
cmd/geth/main.go
Diffstat (limited to 'eth/protocol.go')
-rw-r--r-- | eth/protocol.go | 2 |
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 ) |