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"); }