|
|
@ -163,13 +163,6 @@ extern const char *PING; |
|
|
|
* @see https://bitcoin.org/en/developer-reference#pong
|
|
|
|
* @see https://bitcoin.org/en/developer-reference#pong
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
extern const char *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 |
|
|
|
* The notfound message is a reply to a getdata message which requested an |
|
|
|
* object the receiving node does not have available for relay. |
|
|
|
* object the receiving node does not have available for relay. |
|
|
|