Skip to content

Commit 4543595

Browse files
committed
Remove dead comments
1 parent d7b782e commit 4543595

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

divi/src/Node.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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).

divi/src/net.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,6 @@ CNode* FindNode(const CService& addr)
498498
NodeRef 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

0 commit comments

Comments
 (0)