diff options
| author | Thomas Kerin <[email protected]> | 2016-03-18 18:20:04 +0000 |
|---|---|---|
| committer | BtcDrak <[email protected]> | 2016-03-18 19:55:16 +0000 |
| commit | 6601ce508eaf2d0d853f35637a946938d31e8463 (patch) | |
| tree | 1fd09c02f53abee99adfae784d1e4e9e9369e254 /src/protocol.h | |
| parent | Formatting (diff) | |
| download | discoin-6601ce508eaf2d0d853f35637a946938d31e8463.tar.xz discoin-6601ce508eaf2d0d853f35637a946938d31e8463.zip | |
protocol.h/cpp: Removes NetMsgType::ALERT
Diffstat (limited to 'src/protocol.h')
| -rw-r--r-- | src/protocol.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/protocol.h b/src/protocol.h index c8b8d20ea..5504f213f 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -164,13 +164,6 @@ extern const char *PING; */ 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. * @ince protocol version 70001. |