mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-02 02:03:03 -05:00
Fixed pool algos for 2nd contructor
This commit is contained in:
@@ -58,7 +58,7 @@ static const char *kUser = "user";
|
|||||||
static const char *kVariant = "variant";
|
static const char *kVariant = "variant";
|
||||||
|
|
||||||
|
|
||||||
Algorithms all_algorithms() {
|
xmrig::Algorithms all_algorithms() {
|
||||||
Algorithms algorithms;
|
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));
|
||||||
|
|||||||
Reference in New Issue
Block a user