aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp
diff options
context:
space:
mode:
authorThomas Kerin <[email protected]>2016-03-18 18:20:04 +0000
committerBtcDrak <[email protected]>2016-03-18 19:55:16 +0000
commit6601ce508eaf2d0d853f35637a946938d31e8463 (patch)
tree1fd09c02f53abee99adfae784d1e4e9e9369e254 /src/protocol.cpp
parentFormatting (diff)
downloaddiscoin-6601ce508eaf2d0d853f35637a946938d31e8463.tar.xz
discoin-6601ce508eaf2d0d853f35637a946938d31e8463.zip
protocol.h/cpp: Removes NetMsgType::ALERT
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r--src/protocol.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp
index c1c7c0b96..1ddb65b79 100644
--- a/src/protocol.cpp
+++ b/src/protocol.cpp
@@ -28,7 +28,6 @@ const char *GETADDR="getaddr";
const char *MEMPOOL="mempool";
const char *PING="ping";
const char *PONG="pong";
-const char *ALERT="alert";
const char *NOTFOUND="notfound";
const char *FILTERLOAD="filterload";
const char *FILTERADD="filteradd";
@@ -64,7 +63,6 @@ const static std::string allNetMessageTypes[] = {
NetMsgType::MEMPOOL,
NetMsgType::PING,
NetMsgType::PONG,
- NetMsgType::ALERT,
NetMsgType::NOTFOUND,
NetMsgType::FILTERLOAD,
NetMsgType::FILTERADD,