net: consider alert packets to be "unknown".

This commit is contained in:
Christopher Jeffrey 2016-11-02 15:31:31 -07:00
parent 2d95e6b723
commit 5d3f15c2d8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -2942,8 +2942,6 @@ exports.fromRaw = function fromRaw(cmd, data) {
return PingPacket.fromRaw(data);
case 'pong':
return PongPacket.fromRaw(data);
case 'alert':
return AlertPacket.fromRaw(data);
case 'getaddr':
return GetAddrPacket.fromRaw(data);
case 'addr':