revert change

pull/1091/head
Jeff Becker 4 years ago committed by Jason Rhinelander
parent df8c56343d
commit 23bcfa4abb

@ -1268,7 +1268,7 @@ namespace llarp
return should;
// time from now that the newest intro expires at
if(intro.ExpiresSoon(now))
return true;
return should;
const auto dlt = now - (intro.expiresAt - path::default_lifetime);

Loading…
Cancel
Save