diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-10-18 10:43:45 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-10-18 10:43:52 +0200 |
| commit | cd761fb85a24e07d69d5823418f9e8a506ce5382 (patch) | |
| tree | ec3afa067d3fbae0212c7eddbff3c67026b63203 /src/net.cpp | |
| parent | Merge #8918: Qt: Add "Copy URI" to payment request context menu (diff) | |
| parent | Remove bogus assert on number of oubound connections. (diff) | |
| download | discoin-cd761fb85a24e07d69d5823418f9e8a506ce5382.tar.xz discoin-cd761fb85a24e07d69d5823418f9e8a506ce5382.zip | |
Merge #8944: Remove bogus assert on number of oubound connections.
1ab21cf Remove bogus assert on number of oubound connections. (Matt Corallo)
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index 5f9942c9d..cdd3076a2 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections() } } } - assert(nOutbound <= (nMaxOutbound + nMaxFeeler)); // Feeler Connections // |