diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-21 01:05:46 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-21 01:05:46 +0800 |
commit | cc43ab9a810125239636143a91609389b19b49c7 (patch) | |
tree | 5048e68a9df2a713f1b28102215567a4779aed83 /eth | |
parent | 66d5559866f37a79a7b5aeccd03dfe1b4401542b (diff) | |
download | go-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.go | 2 |
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 |