1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-22 13:12:42 -05:00

Prepare for per pool and per job algorithms.

This commit is contained in:
XMRig
2018-04-21 19:55:51 +07:00
parent 274992e50d
commit 45e8a0525c
14 changed files with 116 additions and 84 deletions

View File

@@ -43,7 +43,7 @@ class Url;
class DonateStrategy : public IStrategy, public IStrategyListener
{
public:
DonateStrategy(int level, const char *user, int algo, IStrategyListener *listener);
DonateStrategy(int level, const char *user, xmrig::Algo algo, IStrategyListener *listener);
~DonateStrategy();
public: