diff options
| author | MarcoFalke <[email protected]> | 2018-09-10 13:59:20 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-10-02 10:39:14 -0400 |
| commit | fa25f43ac5692082dba3f90456c501eb08f1b75c (patch) | |
| tree | dfd75d76811bfa032b7d511eb96ebbf99124bf5b /src/protocol.cpp | |
| parent | Merge #17006: tests: Enable UBSan for Travis fuzzing job (diff) | |
| download | discoin-fa25f43ac5692082dba3f90456c501eb08f1b75c.tar.xz discoin-fa25f43ac5692082dba3f90456c501eb08f1b75c.zip | |
p2p: Remove BIP61 reject messages
Diffstat (limited to 'src/protocol.cpp')
| -rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index bdf236c2c..e49e5523a 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -34,7 +34,6 @@ const char *NOTFOUND="notfound"; const char *FILTERLOAD="filterload"; const char *FILTERADD="filteradd"; const char *FILTERCLEAR="filterclear"; -const char *REJECT="reject"; const char *SENDHEADERS="sendheaders"; const char *FEEFILTER="feefilter"; const char *SENDCMPCT="sendcmpct"; @@ -66,7 +65,6 @@ const static std::string allNetMessageTypes[] = { NetMsgType::FILTERLOAD, NetMsgType::FILTERADD, NetMsgType::FILTERCLEAR, - NetMsgType::REJECT, NetMsgType::SENDHEADERS, NetMsgType::FEEFILTER, NetMsgType::SENDCMPCT, |