Skip to content

Commit

Permalink
Merged xmrig v6.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Jul 3, 2023
1 parent 402b70c commit 245822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/api/Api.cpp
Expand Up @@ -126,7 +126,7 @@ void xmrig::Api::stop()
void xmrig::Api::tick()
{
# ifdef XMRIG_FEATURE_HTTP
if (m_httpd->isBound() || !m_base->config()->http().isEnabled()) {
if (!m_base->config()->http().isEnabled() || m_httpd->isBound()) {
return;
}

Expand Down

0 comments on commit 245822f

Please sign in to comment.