File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,6 @@ class CNode
257
257
// until they have initialized their bloom filter.
258
258
bool fRelayTxes ;
259
259
// Should be 'true' only if we connected to this node to actually mix funds.
260
- // In this case node will be released automatically via CMasternodeMan::ProcessMasternodeConnections().
261
260
// Connecting to verify connectability/status or connecting for sending/relaying single message
262
261
// (even if it's relative to mixing e.g. for blinding) should NOT set this to 'true'.
263
262
// For such cases node should be released manually (preferably right after corresponding code).
Original file line number Diff line number Diff line change @@ -498,8 +498,6 @@ CNode* FindNode(const CService& addr)
498
498
NodeRef ConnectNode (CAddress addrConnect, const char * pszDest = NULL , const bool oneShot = false )
499
499
{
500
500
if (pszDest == NULL ) {
501
- // we clean masternode connections in CMasternodeMan::ProcessMasternodeConnections()
502
- // so should be safe to skip this and connect to local Hot MN on CActiveMasternode::ManageStatus()
503
501
if (IsLocal (addrConnect))
504
502
return NodeReferenceFactory::makeUniqueNodeReference (nullptr );
505
503
You can’t perform that action at this time.
0 commit comments