Fix timeout checks for forwarded and Dandelion++ stem txes

This commit is contained in:
Lee Clagett
2020-11-15 00:08:10 -05:00
parent 83f1d863bd
commit d73cb95dfa
4 changed files with 46 additions and 9 deletions
+1 -1
View File
@@ -1725,7 +1725,7 @@ namespace cryptonote
m_starter_message_showed = true;
}
m_txpool_auto_relayer.do_call(boost::bind(&core::relay_txpool_transactions, this));
relay_txpool_transactions(); // txpool handles periodic DB checking
m_check_updates_interval.do_call(boost::bind(&core::check_updates, this));
m_check_disk_space_interval.do_call(boost::bind(&core::check_disk_space, this));
m_block_rate_interval.do_call(boost::bind(&core::check_block_rate, this));