aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-03 00:35:00 +0800
committerobscuren <geffobscura@gmail.com>2015-01-03 00:35:00 +0800
commit530953050ad0cf99d2a354c165b431d111baa1e3 (patch)
tree42b021f5099006a844c175445a4f87e1ec11b82e /eth
parent24f89f8bd9c05ce88249eee65f250d75aa6fcef5 (diff)
downloadgo-tangerine-530953050ad0cf99d2a354c165b431d111baa1e3.tar
go-tangerine-530953050ad0cf99d2a354c165b431d111baa1e3.tar.gz
go-tangerine-530953050ad0cf99d2a354c165b431d111baa1e3.tar.bz2
go-tangerine-530953050ad0cf99d2a354c165b431d111baa1e3.tar.lz
go-tangerine-530953050ad0cf99d2a354c165b431d111baa1e3.tar.xz
go-tangerine-530953050ad0cf99d2a354c165b431d111baa1e3.tar.zst
go-tangerine-530953050ad0cf99d2a354c165b431d111baa1e3.zip
Updated protocol version
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 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