mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
chore: remove IsV19Active check since v18.2.1 is non-breaking
This commit is contained in:
parent
5eab2ce0ed
commit
54ea80e00d
@ -256,7 +256,7 @@ std::vector<std::vector<CDeterministicMNCPtr>> BuildNewQuorumQuarterMembers(cons
|
||||
auto MnsNotUsedAtH = CDeterministicMNList();
|
||||
std::vector<CDeterministicMNList> MnsUsedAtHIndexed(nQuorums);
|
||||
|
||||
bool skipRemovedMNs = IsV19Active(pQuorumBaseBlockIndex) || (Params().NetworkIDString() == CBaseChainParams::TESTNET);
|
||||
bool skipRemovedMNs = /*IsV19Active(pQuorumBaseBlockIndex) || */(Params().NetworkIDString() == CBaseChainParams::TESTNET);
|
||||
|
||||
for (auto i = 0; i < nQuorums; ++i) {
|
||||
for (const auto& mn : previousQuarters.quarterHMinusC[i]) {
|
||||
|
Loading…
Reference in New Issue
Block a user