diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-01 23:36:56 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-01 23:36:56 +0800 |
commit | 216ea425e4579f95c01572d2da0d83890a05c162 (patch) | |
tree | 1ec9ee7788ccd040f46e2bf50873b7db258f1d92 /eth | |
parent | 8e961df2830a57fadeafc2f74aca19a820b104cb (diff) | |
download | go-tangerine-216ea425e4579f95c01572d2da0d83890a05c162.tar.gz go-tangerine-216ea425e4579f95c01572d2da0d83890a05c162.tar.zst go-tangerine-216ea425e4579f95c01572d2da0d83890a05c162.zip |
corrected
Diffstat (limited to 'eth')
-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 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 |