From aa9f981d5f9e45d4f92ad3ccd98454aaa59e87c9 Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Fri, 13 Mar 2015 13:52:57 +0100
Subject: [PATCH] Bump protocol version 58

---
 eth/protocol.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab