We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdddde commit a1ae17dCopy full SHA for a1ae17d
src/masternode/masternode-meta.cpp
@@ -118,7 +118,6 @@ std::string CMasternodeMetaMan::ToString() const
118
std::ostringstream info;
119
120
info << "Masternodes: meta infos object count: " << (int)metaInfos.size() <<
121
- ", deterministic masternode count: " << deterministicMNManager->GetListAtChainTip().GetAllMNsCount() <<
122
", nDsqCount: " << (int)nDsqCount;
123
return info.str();
124
}
0 commit comments