remove case that spams build on an outbound context

pull/1663/head
Jeff Becker 3 years ago
parent 9a51e4d9b5
commit ce7643a3aa
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -432,9 +432,6 @@ namespace llarp
if (NumInStatus(path::ePathBuilding) >= numDesiredPaths)
return false;
if (m_BadIntros.count(remoteIntro))
return true;
size_t numValidPaths = 0;
ForEachPath([now, &numValidPaths](path::Path_ptr path) {
if (not path->IsReady())

Loading…
Cancel
Save