mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
p2p: Remove BIP61 reject messages
This commit is contained in:
parent
ddc4e3c2d6
commit
fa25f43ac5
15 changed files with 57 additions and 152 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue