Implemented donate over proxy.

This commit is contained in:
XMRig
2019-03-19 21:31:54 +07:00
parent dec7460e6a
commit 0862e1aa4e
9 changed files with 161 additions and 55 deletions

View File

@@ -49,6 +49,8 @@ public:
Network(Controller *controller);
~Network() override;
inline IStrategy *strategy() const { return m_strategy; }
void connect();
protected: