Skip to content

Commit

Permalink
Merge bitcoin#8944: Remove bogus assert on number of oubound connecti…
Browse files Browse the repository at this point in the history
…ons. (#1685)

1ab21cf Remove bogus assert on number of oubound connections. (Matt Corallo)
  • Loading branch information
codablock authored and UdjinM6 committed Oct 17, 2017
1 parent 46342b2 commit 4cac044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,6 @@ void CConnman::ThreadOpenConnections()
}
}
}
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));

// Feeler Connections
//
Expand Down

0 comments on commit 4cac044

Please sign in to comment.