diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-10 17:39:11 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-10 17:39:11 +0800 |
commit | c0187930dc352c645c223e17364623a68413cb74 (patch) | |
tree | 4397d17557063fe0b0c30791b9737b1b76a65654 /ethwire/messaging.go | |
parent | 2f362509b813573f533a5be437c140355ddec7fc (diff) | |
download | dexon-c0187930dc352c645c223e17364623a68413cb74.tar dexon-c0187930dc352c645c223e17364623a68413cb74.tar.gz dexon-c0187930dc352c645c223e17364623a68413cb74.tar.bz2 dexon-c0187930dc352c645c223e17364623a68413cb74.tar.lz dexon-c0187930dc352c645c223e17364623a68413cb74.tar.xz dexon-c0187930dc352c645c223e17364623a68413cb74.tar.zst dexon-c0187930dc352c645c223e17364623a68413cb74.zip |
Removed some commented code
Diffstat (limited to 'ethwire/messaging.go')
-rw-r--r-- | ethwire/messaging.go | 1 |
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", |