Add API rebind polling

This commit is contained in:
Tony Butler
2021-12-22 05:17:08 -07:00
parent 4b24ab7770
commit b0fd994f84
4 changed files with 20 additions and 0 deletions

View File

@@ -308,6 +308,9 @@ void xmrig::Network::tick()
if (m_donate) {
m_donate->tick(now);
}
#ifdef XMRIG_FEATURE_API
m_controller->api()->tick();
#endif
}