1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 16:33:32 -05:00

Fixed pool algos for 2nd contructor

This commit is contained in:
MoneroOcean
2019-02-21 19:13:13 -08:00
parent 17a650007d
commit 3bed5d9416

View File

@@ -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));