aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-20 21:01:30 +0800
committerobscuren <geffobscura@gmail.com>2015-02-20 21:01:30 +0800
commitd8ac267f4128117c3fb9736a40f3dbc327582e32 (patch)
tree707896f76c700df83c5cb3ad358d5535e549e694 /eth
parent982f73fa6d6f12874729faacd0db14fc78d518dd (diff)
downloadgo-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.gz
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.bz2
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.lz
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.xz
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.tar.zst
go-tangerine-d8ac267f4128117c3fb9736a40f3dbc327582e32.zip
dirty tracking for state objects fixed
Diffstat (limited to 'eth')
-rw-r--r--eth/protocol.go2
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