1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 16:33:32 -05:00

Code cleanup.

This commit is contained in:
XMRig
2023-06-07 20:48:56 +07:00
parent e80fc25789
commit 7d7f30701f
4 changed files with 21 additions and 24 deletions

View File

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