mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-19 21:43:01 -05:00
Implemented donate for KawPow.
This commit is contained in:
@@ -43,9 +43,9 @@ protected:
|
||||
m_listener->onActive(strategy, client);
|
||||
}
|
||||
|
||||
inline void onJob(IStrategy *strategy, IClient *client, const Job &job) override
|
||||
inline void onJob(IStrategy *strategy, IClient *client, const Job &job, const rapidjson::Value ¶ms) override
|
||||
{
|
||||
m_listener->onJob(strategy, client, job);
|
||||
m_listener->onJob(strategy, client, job, params);
|
||||
}
|
||||
|
||||
inline void onLogin(IStrategy *strategy, IClient *client, rapidjson::Document &doc, rapidjson::Value ¶ms) override
|
||||
|
||||
Reference in New Issue
Block a user