diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-20 21:01:30 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-20 21:01:30 +0800 |
commit | d8ac267f4128117c3fb9736a40f3dbc327582e32 (patch) | |
tree | 707896f76c700df83c5cb3ad358d5535e549e694 /eth/protocol.go | |
parent | 982f73fa6d6f12874729faacd0db14fc78d518dd (diff) | |
download | go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.gz go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.zst go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.zip |
dirty tracking for state objects fixed
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 fb694c877..44a1184f2 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -13,7 +13,7 @@ import ( ) const ( - ProtocolVersion = 52 + ProtocolVersion = 53 NetworkId = 0 ProtocolLength = uint64(8) ProtocolMaxMsgSize = 10 * 1024 * 1024 |