mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
tick exit
This commit is contained in:
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…
Reference in New Issue
Block a user