protocol.h/cpp: Removes NetMsgType::ALERT

This commit is contained in:
Thomas Kerin
2016-03-18 18:20:04 +00:00
committed by BtcDrak
parent ad7210408c
commit 6601ce508e
2 changed files with 0 additions and 9 deletions

View File

@@ -163,13 +163,6 @@ extern const char *PING;
* @see https://bitcoin.org/en/developer-reference#pong
*/
extern const char *PONG;
/**
* The alert message warns nodes of problems that may affect them or the rest
* of the network.
* @since protocol version 311.
* @see https://bitcoin.org/en/developer-reference#alert
*/
extern const char *ALERT;
/**
* The notfound message is a reply to a getdata message which requested an
* object the receiving node does not have available for relay.