aboutsummaryrefslogtreecommitdiffstats
path: root/peer.go
diff options
context:
space:
mode:
Diffstat (limited to 'peer.go')
-rw-r--r--peer.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/peer.go b/peer.go
index 00f0a145c..e3c4c9e10 100644
--- a/peer.go
+++ b/peer.go
@@ -344,7 +344,6 @@ out:
// Service timer takes care of peer broadcasting, transaction
// posting or block posting
case <-serviceTimer.C:
-
p.QueueMessage(ethwire.NewMessage(ethwire.MsgGetPeersTy, ""))
case <-p.quit: