tick exit

pull/90/head
Jeff 6 years ago
parent e2c0eb2683
commit 05652af7a4

@ -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;

Loading…
Cancel
Save