This commit is contained in:
Jeff Becker 2019-12-30 15:58:30 -05:00
parent d7c78b0c71
commit da5af879e9
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ namespace llarp
void
PathContext::ExpirePaths(llarp_time_t now)
{
// devay limits
// decay limits
m_PathLimits.Decay(now);
{