diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-01 17:50:19 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-01 17:50:19 +0800 |
commit | f2c6a937f31a82dc548eb723da442ab00af2f987 (patch) | |
tree | 3aab8b5b82f2ad9eaf531a83c31f0e001077c163 /eth/protocol.go | |
parent | f468364e4d3545d445ed5027539426900b440dd9 (diff) | |
download | go-tangerine-f2c6a937f31a82dc548eb723da442ab00af2f987.tar.gz go-tangerine-f2c6a937f31a82dc548eb723da442ab00af2f987.tar.zst go-tangerine-f2c6a937f31a82dc548eb723da442ab00af2f987.zip |
Protocol bump
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 b373c9889..e32ea233b 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -13,7 +13,7 @@ import ( ) const ( - ProtocolVersion = 59 + ProtocolVersion = 60 NetworkId = 0 ProtocolLength = uint64(8) ProtocolMaxMsgSize = 10 * 1024 * 1024 |