From 9f353238af2a96f4f8a11816b2bdb0c63c48e859 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 17 Jun 2021 05:05:55 -0400 Subject: [PATCH] ReadyToSend also should include checking we have a path to the remote --- llarp/service/outbound_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/service/outbound_context.cpp b/llarp/service/outbound_context.cpp index b7c1c4dcc..e557cfa39 100644 --- a/llarp/service/outbound_context.cpp +++ b/llarp/service/outbound_context.cpp @@ -151,7 +151,7 @@ namespace llarp return false; if (remoteIntro.router.IsZero()) return false; - return IntroSent(); + return IntroSent() and GetPathByRouter(remoteIntro.router); } void