mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-27 16:02:55 -05:00
DonateStrategy now use FailoverStrategy internally and possible to use any other IStrategy.
This commit is contained in:
@@ -58,7 +58,7 @@ protected:
|
||||
private:
|
||||
constexpr static int kTickInterval = 1 * 1000;
|
||||
|
||||
void setJob(Client *client, const Job &job);
|
||||
void setJob(Client *client, const Job &job, bool donate);
|
||||
void tick();
|
||||
|
||||
static void onTick(uv_timer_t *handle);
|
||||
|
||||
Reference in New Issue
Block a user