mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-10 17:12:46 -05:00
Fixed pool algos for 2nd contructor
This commit is contained in:
@@ -59,7 +59,7 @@ static const char *kVariant = "variant";
|
|||||||
|
|
||||||
|
|
||||||
xmrig::Algorithms all_algorithms() {
|
xmrig::Algorithms all_algorithms() {
|
||||||
Algorithms algorithms;
|
xmrig::Algorithms algorithms;
|
||||||
// here xmrig now reports all possible supported algorithms
|
// here xmrig now reports all possible supported algorithms
|
||||||
algorithms.push_back(xmrig::Algorithm(xmrig::CRYPTONIGHT, xmrig::VARIANT_1));
|
algorithms.push_back(xmrig::Algorithm(xmrig::CRYPTONIGHT, xmrig::VARIANT_1));
|
||||||
algorithms.push_back(xmrig::Algorithm(xmrig::CRYPTONIGHT, xmrig::VARIANT_2));
|
algorithms.push_back(xmrig::Algorithm(xmrig::CRYPTONIGHT, xmrig::VARIANT_2));
|
||||||
|
|||||||
Reference in New Issue
Block a user