mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-30 09:02:54 -05:00
Removed old AstroBWT algorithm
It's not used anywhere now.
This commit is contained in:
@@ -244,7 +244,7 @@ void xmrig::DaemonClient::connect()
|
||||
}
|
||||
|
||||
const xmrig::Algorithm algo = m_pool.algorithm();
|
||||
if ((algo == Algorithm::ASTROBWT_DERO) || (algo == Algorithm::ASTROBWT_DERO_2) || (m_coin == Coin::DERO) || (m_coin == Coin::DERO_HE)) {
|
||||
if ((algo == Algorithm::ASTROBWT_DERO_2) || (m_coin == Coin::DERO) || (m_coin == Coin::DERO_HE)) {
|
||||
m_apiVersion = API_DERO;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user