Send supported algorithms to pool in login request.

This commit is contained in:
XMRig
2018-04-26 15:02:01 +07:00
parent 96b7719e39
commit a57800bb6e
9 changed files with 89 additions and 43 deletions

View File

@@ -69,7 +69,7 @@ bool MultiWorker<N>::selfTest()
return false;
}
m_thread->fn(xmrig::VARIANT_IBPC)(test_input, 76, m_hash, m_ctx);
m_thread->fn(xmrig::VARIANT_IPBC)(test_input, 76, m_hash, m_ctx);
return memcmp(m_hash, test_output_ipbc_lite, sizeof m_hash) == 0;
}
# endif