aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-21 01:05:46 +0800
committerobscuren <geffobscura@gmail.com>2015-02-21 01:05:46 +0800
commitcc43ab9a810125239636143a91609389b19b49c7 (patch)
tree5048e68a9df2a713f1b28102215567a4779aed83 /eth
parent66d5559866f37a79a7b5aeccd03dfe1b4401542b (diff)
downloadgo-tangerine-cc43ab9a810125239636143a91609389b19b49c7.tar
go-tangerine-cc43ab9a810125239636143a91609389b19b49c7.tar.gz
go-tangerine-cc43ab9a810125239636143a91609389b19b49c7.tar.bz2
go-tangerine-cc43ab9a810125239636143a91609389b19b49c7.tar.lz
go-tangerine-cc43ab9a810125239636143a91609389b19b49c7.tar.xz
go-tangerine-cc43ab9a810125239636143a91609389b19b49c7.tar.zst
go-tangerine-cc43ab9a810125239636143a91609389b19b49c7.zip
Minor updates for release
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 44a1184f2..8221c1b29 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -13,7 +13,7 @@ import (
)
const (
- ProtocolVersion = 53
+ ProtocolVersion = 54
NetworkId = 0
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024