aboutsummaryrefslogtreecommitdiffstats
path: root/ethwire/messaging.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-10 17:39:11 +0800
committerobscuren <geffobscura@gmail.com>2014-09-10 17:39:11 +0800
commitc0187930dc352c645c223e17364623a68413cb74 (patch)
tree4397d17557063fe0b0c30791b9737b1b76a65654 /ethwire/messaging.go
parent2f362509b813573f533a5be437c140355ddec7fc (diff)
downloaddexon-c0187930dc352c645c223e17364623a68413cb74.tar.gz
dexon-c0187930dc352c645c223e17364623a68413cb74.tar.zst
dexon-c0187930dc352c645c223e17364623a68413cb74.zip
Removed some commented code
Diffstat (limited to 'ethwire/messaging.go')
-rw-r--r--ethwire/messaging.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethwire/messaging.go b/ethwire/messaging.go
index c93c717a2..67a866f73 100644
--- a/ethwire/messaging.go
+++ b/ethwire/messaging.go
@@ -49,6 +49,7 @@ var msgTypeToString = map[MsgType]string{
MsgPingTy: "Ping",
MsgPongTy: "Pong",
MsgGetPeersTy: "Get peers",
+ MsgStatusTy: "Status",
MsgPeersTy: "Peers",
MsgTxTy: "Transactions",
MsgBlockTy: "Blocks",