mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
remove deprecated wire message types
This commit is contained in:
parent
8e16e01128
commit
9de88a3fda
@ -47,12 +47,6 @@ const char *GETSPORKS="getsporks";
|
||||
const char *MASTERNODEPAYMENTVOTE="mnw";
|
||||
const char *MASTERNODEPAYMENTBLOCK="mnwb";
|
||||
const char *MASTERNODEPAYMENTSYNC="mnget";
|
||||
const char *MNBUDGETSYNC="mnvs"; // deprecated since 12.1
|
||||
const char *MNBUDGETVOTE="mvote"; // deprecated since 12.1
|
||||
const char *MNBUDGETPROPOSAL="mprop"; // deprecated since 12.1
|
||||
const char *MNBUDGETFINAL="fbs"; // deprecated since 12.1
|
||||
const char *MNBUDGETFINALVOTE="fbvote"; // deprecated since 12.1
|
||||
const char *MNQUORUM="mn quorum"; // not implemented
|
||||
const char *MNANNOUNCE="mnb";
|
||||
const char *MNPING="mnp";
|
||||
const char *DSACCEPT="dsa";
|
||||
@ -86,11 +80,6 @@ static const char* ppszTypeName[] =
|
||||
NetMsgType::SPORK,
|
||||
NetMsgType::MASTERNODEPAYMENTVOTE,
|
||||
NetMsgType::MASTERNODEPAYMENTBLOCK, // reusing, was MNSCANERROR previousely, was NOT used in 12.0, we need this for inv
|
||||
NetMsgType::MNBUDGETVOTE, // deprecated since 12.1
|
||||
NetMsgType::MNBUDGETPROPOSAL, // deprecated since 12.1
|
||||
NetMsgType::MNBUDGETFINAL, // deprecated since 12.1
|
||||
NetMsgType::MNBUDGETFINALVOTE, // deprecated since 12.1
|
||||
NetMsgType::MNQUORUM, // not implemented
|
||||
NetMsgType::MNANNOUNCE,
|
||||
NetMsgType::MNPING,
|
||||
NetMsgType::DSTX,
|
||||
|
Loading…
Reference in New Issue
Block a user