Browse Source

Merge #8944: Remove bogus assert on number of oubound connections.

1ab21cf Remove bogus assert on number of oubound connections. (Matt Corallo)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
cd761fb85a
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/net.cpp

1
src/net.cpp

@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections() @@ -1622,7 +1622,6 @@ void CConnman::ThreadOpenConnections()
}
}
}
assert(nOutbound <= (nMaxOutbound + nMaxFeeler));
// Feeler Connections
//

Loading…
Cancel
Save