From a954f2000e84b88f5d79cea3d8b09faf04977c13 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 17 May 2019 07:36:08 -0400 Subject: [PATCH] shift introduction --- llarp/service/sendcontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/service/sendcontext.cpp b/llarp/service/sendcontext.cpp index 16e890f22..9e6512525 100644 --- a/llarp/service/sendcontext.cpp +++ b/llarp/service/sendcontext.cpp @@ -111,7 +111,7 @@ namespace llarp auto now = m_Endpoint->Now(); if(remoteIntro.ExpiresSoon(now)) { - if(!MarkCurrentIntroBad(now)) + if(!ShiftIntroduction(now)) { LogWarn("no good path yet, your message may drop"); }