Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
coolblock committed Jun 25, 2019
1 parent d417e0d commit eab2aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/governance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ int CGovernanceManager::RequestGovernanceObjectVotes(const std::vector<CNode*>&
// they stay connected for a short period of time and it's possible that we won't get everything we should.
// Only use outbound connections - inbound connection could be a "masternode" connection
// initialted from another node, so skip it too.
LogPrintf("CCCCCC <%i> <%i> %d \n", pnode->strSubVer, pnode->cleanSubVer, pnode->nVersion);
//LogPrintf("CCCCCC <%i> <%i> %d \n", pnode->strSubVer, pnode->cleanSubVer, pnode->nVersion);
if(pnode->fMasternode || (fMasterNode && pnode->fInbound)) continue;
// only use up to date peers
if(pnode->nVersion < MIN_GOVERNANCE_PEER_PROTO_VERSION) continue;
Expand Down

0 comments on commit eab2aab

Please sign in to comment.