This commit is contained in:
jeff 2020-01-18 15:47:36 -05:00 committed by Jeff Becker
parent 4a761be52d
commit 79fd08e559
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace llarp
_stopping.store(false);
_running.store(false);
_lastTick = llarp::time_now_ms();
m_nextExploreAt = Clock_t::now();
m_NextExploreAt = Clock_t::now();
}
Router::~Router()