diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-03 00:35:00 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-03 00:35:00 +0800 |
commit | 530953050ad0cf99d2a354c165b431d111baa1e3 (patch) | |
tree | 42b021f5099006a844c175445a4f87e1ec11b82e | |
parent | 24f89f8bd9c05ce88249eee65f250d75aa6fcef5 (diff) | |
download | dexon-530953050ad0cf99d2a354c165b431d111baa1e3.tar dexon-530953050ad0cf99d2a354c165b431d111baa1e3.tar.gz dexon-530953050ad0cf99d2a354c165b431d111baa1e3.tar.bz2 dexon-530953050ad0cf99d2a354c165b431d111baa1e3.tar.lz dexon-530953050ad0cf99d2a354c165b431d111baa1e3.tar.xz dexon-530953050ad0cf99d2a354c165b431d111baa1e3.tar.zst dexon-530953050ad0cf99d2a354c165b431d111baa1e3.zip |
Updated protocol version
-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 963d41794..7c5d09489 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -13,7 +13,7 @@ import ( ) const ( - ProtocolVersion = 49 + ProtocolVersion = 51 NetworkId = 0 ProtocolLength = uint64(8) ProtocolMaxMsgSize = 10 * 1024 * 1024 |