Remove fLLMQAllowDummyCommitments from consensus params (#2636)
This should have been removed together with removal of the dummy DKG
This commit is contained in:
parent
fdcc765e0a
commit
e7981e468d
@ -331,7 +331,6 @@ public:
|
||||
vSporkAddresses = {"Xgtyuk76vhuFW2iT7UAiHgNdWXCf3J34wh"};
|
||||
nMinSporkKeys = 1;
|
||||
fBIP9CheckMasternodesUpgraded = true;
|
||||
consensus.fLLMQAllowDummyCommitments = false;
|
||||
|
||||
checkpointData = (CCheckpointData) {
|
||||
boost::assign::map_list_of
|
||||
@ -499,7 +498,6 @@ public:
|
||||
vSporkAddresses = {"yjPtiKh2uwk3bDutTEA2q9mCtXyiZRWn55"};
|
||||
nMinSporkKeys = 1;
|
||||
fBIP9CheckMasternodesUpgraded = true;
|
||||
consensus.fLLMQAllowDummyCommitments = true;
|
||||
|
||||
checkpointData = (CCheckpointData) {
|
||||
boost::assign::map_list_of
|
||||
@ -646,7 +644,6 @@ public:
|
||||
nMinSporkKeys = 1;
|
||||
// devnets are started with no blocks and no MN, so we can't check for upgraded MN (as there are none)
|
||||
fBIP9CheckMasternodesUpgraded = false;
|
||||
consensus.fLLMQAllowDummyCommitments = true;
|
||||
|
||||
checkpointData = (CCheckpointData) {
|
||||
boost::assign::map_list_of
|
||||
@ -761,7 +758,6 @@ public:
|
||||
nMinSporkKeys = 1;
|
||||
// regtest usually has no masternodes in most tests, so don't check for upgraged MNs
|
||||
fBIP9CheckMasternodesUpgraded = false;
|
||||
consensus.fLLMQAllowDummyCommitments = true;
|
||||
|
||||
checkpointData = (CCheckpointData){
|
||||
boost::assign::map_list_of
|
||||
|
@ -181,7 +181,6 @@ struct Params {
|
||||
int nHighSubsidyFactor{1};
|
||||
|
||||
std::map<LLMQType, LLMQParams> llmqs;
|
||||
bool fLLMQAllowDummyCommitments;
|
||||
};
|
||||
} // namespace Consensus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user