mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
ReadyToSend also should include checking we have a path to the remote
This commit is contained in:
parent
ae36fd42bb
commit
9f353238af
@ -151,7 +151,7 @@ namespace llarp
|
||||
return false;
|
||||
if (remoteIntro.router.IsZero())
|
||||
return false;
|
||||
return IntroSent();
|
||||
return IntroSent() and GetPathByRouter(remoteIntro.router);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user