Skip to content

Commit cd761fb

Browse files
committed
Merge #8944: Remove bogus assert on number of oubound connections.
1ab21cf Remove bogus assert on number of oubound connections. (Matt Corallo)
2 parents 47ace42 + 1ab21cf commit cd761fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
16221622
}
16231623
}
16241624
}
1625-
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
16261625

16271626
// Feeler Connections
16281627
//

0 commit comments

Comments
 (0)