shift introduction

pull/608/head
Jeff Becker 5 years ago
parent 895e5659bb
commit a954f2000e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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

Loading…
Cancel
Save