Skip to content

Commit 41ef1f9

Browse files
committed
Remove comment about masternode connections
This was related to the times we directly called ConnectNode from MN code
1 parent 4ee0657 commit 41ef1f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/net.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ bool CConnman::CheckIncomingNonce(uint64_t nonce)
345345
CNode* CConnman::ConnectNode(CAddress addrConnect, const char *pszDest, bool fCountFailure)
346346
{
347347
if (pszDest == NULL) {
348-
// we clean masternode connections in CMasternodeMan::ProcessMasternodeConnections()
349-
// so should be safe to skip this and connect to local Hot MN on CActiveMasternode::ManageState()
350348
if (IsLocal(addrConnect))
351349
return NULL;
352350

0 commit comments

Comments
 (0)