tick exit

This commit is contained in:
Jeff 2018-11-25 09:32:18 -05:00
parent e2c0eb2683
commit 05652af7a4

View File

@ -131,6 +131,10 @@ namespace llarp
{ {
RegenAndPublishIntroSet(now); RegenAndPublishIntroSet(now);
} }
if(m_Exit)
{
m_Exit->Tick(now);
}
// expire pending tx // expire pending tx
{ {
std::set< service::IntroSet > empty; std::set< service::IntroSet > empty;