mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Don't bail out from ProcessMasternodeConnections in regtest (#2368)
We actually do masternode testing now and we will rely on this behavior
This commit is contained in:
parent
3c9237aa40
commit
53e12b7b40
@ -871,9 +871,6 @@ bool CMasternodeMan::GetMasternodeRanks(CMasternodeMan::rank_pair_vec_t& vecMast
|
||||
|
||||
void CMasternodeMan::ProcessMasternodeConnections(CConnman& connman)
|
||||
{
|
||||
//we don't care about this for regtest
|
||||
if(Params().NetworkIDString() == CBaseChainParams::REGTEST) return;
|
||||
|
||||
std::vector<masternode_info_t> vecMnInfo; // will be empty when no wallet
|
||||
#ifdef ENABLE_WALLET
|
||||
privateSendClient.GetMixingMasternodesInfo(vecMnInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user