Skip to content

Commit 1ab21cf

Browse files
committed
Remove bogus assert on number of oubound connections.
This value can be significantly higher if the users uses addnode
1 parent 763828d commit 1ab21cf

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)