From a76b7dadaee6eddf64cba8ad8dd6ce71c785a7ee Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Tue, 6 Jan 2015 13:39:01 +0100
Subject: [PATCH] Don't auto push jeff ...

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

diff --git a/eth/protocol.go b/eth/protocol.go
index f52d935e8..723ab5502 100644
--- a/eth/protocol.go
+++ b/eth/protocol.go
@@ -22,6 +22,7 @@ const (
 // eth protocol message codes
 const (
 	StatusMsg = iota
+	GetTxMsg  // unused
 	TxMsg
 	GetBlockHashesMsg
 	BlockHashesMsg
-- 
GitLab