ReadyToSend also should include checking we have a path to the remote

This commit is contained in:
Jeff Becker 2021-06-17 05:05:55 -04:00
parent ae36fd42bb
commit 9f353238af
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ namespace llarp
return false;
if (remoteIntro.router.IsZero())
return false;
return IntroSent();
return IntroSent() and GetPathByRouter(remoteIntro.router);
}
void