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
257257 // until they have initialized their bloom filter.
258258 bool fRelayTxes ;
259259 // 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().
261260 // Connecting to verify connectability/status or connecting for sending/relaying single message
262261 // (even if it's relative to mixing e.g. for blinding) should NOT set this to 'true'.
263262 // 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)
498498NodeRef ConnectNode (CAddress addrConnect, const char * pszDest = NULL , const bool oneShot = false )
499499{
500500 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()
503501 if (IsLocal (addrConnect))
504502 return NodeReferenceFactory::makeUniqueNodeReference (nullptr );
505503
You can’t perform that action at this time.
0 commit comments