Send supported algorithms to pool in login request.
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
#define __ALGORITHM_H__
|
||||
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
#include "common/xmrig.h"
|
||||
|
||||
|
||||
@@ -71,6 +74,9 @@ private:
|
||||
};
|
||||
|
||||
|
||||
typedef std::vector<xmrig::Algorithm> Algorithms;
|
||||
|
||||
|
||||
} /* namespace xmrig */
|
||||
|
||||
#endif /* __ALGORITHM_H__ */
|
||||
|
||||
Reference in New Issue
Block a user