You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!connman.HasMasternodeQuorumNodes(llmqParams.type, pQuorumBaseBlockIndex->GetBlockHash()) && LogAcceptCategory(BCLog::LLMQ)) {
787
-
auto mnList = deterministicMNManager->GetListAtChainTip();
788
788
std::string debugMsg = strprintf("%s -- adding masternodes quorum connections for quorum %s:\n", __func__, pQuorumBaseBlockIndex->GetBlockHash().ToString());
789
789
for (constauto& c : connections) {
790
-
auto dmn = mnList.GetValidMN(c);
790
+
auto dmn = tip_mn_list.GetValidMN(c);
791
791
if (!dmn) {
792
792
debugMsg += strprintf(" %s (not in valid MN set anymore)\n", c.ToString());
0 commit comments