1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-19 12:12:46 -05:00

Fixed DefyX detection as rx algo

This commit is contained in:
MoneroOcean
2019-10-17 09:54:32 -07:00
parent f9bc70234f
commit 5e3e8b3004

View File

@@ -131,6 +131,8 @@ xmrig::String xmrig::Threads<T>::profileName(const Algorithm &algorithm, bool st
}
}
if (name == "defyx" && has("rx")) return "rx";
if (has(kAsterisk)) {
return kAsterisk;
}