Fixed pool algos for 2nd contructor
This commit is contained in:
parent
17a650007d
commit
3bed5d9416
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ static const char *kUser = "user";
|
|||
static const char *kVariant = "variant";
|
||||
|
||||
|
||||
Algorithms all_algorithms() {
|
||||
xmrig::Algorithms all_algorithms() {
|
||||
Algorithms algorithms;
|
||||
// here xmrig now reports all possible supported algorithms
|
||||
algorithms.push_back(xmrig::Algorithm(xmrig::CRYPTONIGHT, xmrig::VARIANT_1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue