Removed some commented code

This commit is contained in:
obscuren
2014-09-10 11:39:11 +02:00
parent 2f362509b8
commit c0187930dc
3 changed files with 2 additions and 92 deletions

View File

@ -49,6 +49,7 @@ var msgTypeToString = map[MsgType]string{
MsgPingTy: "Ping",
MsgPongTy: "Pong",
MsgGetPeersTy: "Get peers",
MsgStatusTy: "Status",
MsgPeersTy: "Peers",
MsgTxTy: "Transactions",
MsgBlockTy: "Blocks",