aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-13 20:52:57 +0800
committerobscuren <geffobscura@gmail.com>2015-03-13 20:52:57 +0800
commitaa9f981d5f9e45d4f92ad3ccd98454aaa59e87c9 (patch)
treea01bcb2767e3aacb991790a1b1e31f3d0b7b8084 /eth/protocol.go
parente69d5b32e812b21cdaecf0fe7b0188665b05e2ab (diff)
downloaddexon-aa9f981d5f9e45d4f92ad3ccd98454aaa59e87c9.tar
dexon-aa9f981d5f9e45d4f92ad3ccd98454aaa59e87c9.tar.gz
dexon-aa9f981d5f9e45d4f92ad3ccd98454aaa59e87c9.tar.bz2
dexon-aa9f981d5f9e45d4f92ad3ccd98454aaa59e87c9.tar.lz
dexon-aa9f981d5f9e45d4f92ad3ccd98454aaa59e87c9.tar.xz
dexon-aa9f981d5f9e45d4f92ad3ccd98454aaa59e87c9.tar.zst
dexon-aa9f981d5f9e45d4f92ad3ccd98454aaa59e87c9.zip
Bump protocol version 58
Diffstat (limited to 'eth/protocol.go')
-rw-r--r--eth/protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/protocol.go b/eth/protocol.go
index b9b485292..708e22087 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -14,7 +14,7 @@ import (
)
const (
- ProtocolVersion = 56
+ ProtocolVersion = 58
NetworkId = 0
ProtocolLength = uint64(8)
ProtocolMaxMsgSize = 10 * 1024 * 1024