Fixed pool algos for 2nd contructor
This commit is contained in:
parent
3bed5d9416
commit
e845a402aa
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ static const char *kVariant = "variant";
|
|||
|
||||
|
||||
xmrig::Algorithms all_algorithms() {
|
||||
Algorithms algorithms;
|
||||
xmrig::Algorithms 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_2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue