Try outbound convos if no inbound convos work (FIXME)

FIXME - eliminate this block of code that used to be an `else` before
PR'ing.
pull/1576/head
Jason Rhinelander 3 years ago committed by Jeff Becker
parent 183abd58aa
commit 738f16366b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1581,7 +1581,8 @@ namespace llarp
LogWarn("Have inbound convo but get-best returned none; bug?");
}
}
else
// Failed to find a suitable inbound convo, look for outbound
{
LogTrace("Not an inbound convo");
auto& sessions = m_state->m_RemoteSessions;

Loading…
Cancel
Save