#1202 Fixed algorithm verification in donate strategy.
This commit is contained in:
parent
e66eeefb14
commit
680081b93b
5 changed files with 41 additions and 34 deletions
|
@ -34,6 +34,7 @@
|
|||
#include "base/kernel/interfaces/IBaseListener.h"
|
||||
#include "base/kernel/interfaces/IStrategyListener.h"
|
||||
#include "base/kernel/interfaces/ITimerListener.h"
|
||||
#include "base/tools/Object.h"
|
||||
#include "interfaces/IJobResultListener.h"
|
||||
#include "net/NetworkState.h"
|
||||
#include "rapidjson/fwd.h"
|
||||
|
@ -49,6 +50,8 @@ class IStrategy;
|
|||
class Network : public IJobResultListener, public IStrategyListener, public IBaseListener, public ITimerListener, public IApiListener
|
||||
{
|
||||
public:
|
||||
XMRIG_DISABLE_COPY_MOVE_DEFAULT(Network)
|
||||
|
||||
Network(Controller *controller);
|
||||
~Network() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue