do not use masternode connections in feeler logic (#1533)
This commit is contained in:
parent
d934ffb2ff
commit
9e9df28203
@ -1666,7 +1666,7 @@ void ThreadOpenConnections()
|
||||
{
|
||||
LOCK(cs_vNodes);
|
||||
BOOST_FOREACH(CNode* pnode, vNodes) {
|
||||
if (!pnode->fInbound) {
|
||||
if (!pnode->fInbound && !pnode->fMasternode) {
|
||||
setConnected.insert(pnode->addr.GetGroup());
|
||||
nOutbound++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user