mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Removed shortName.
This commit is contained in:
@@ -156,7 +156,7 @@ public:
|
||||
Value algo(kArrayType);
|
||||
|
||||
for (const Algorithm &a : algorithms) {
|
||||
algo.PushBack(StringRef(a.shortName()), allocator);
|
||||
algo.PushBack(StringRef(a.name()), allocator);
|
||||
}
|
||||
|
||||
reply.AddMember("algorithms", algo, allocator);
|
||||
|
||||
Reference in New Issue
Block a user