#459 Fix issue with xmr.f2pool.com

This commit is contained in:
XMRig
2018-03-17 16:30:41 +07:00
parent dc18cfc45b
commit 000e86f1d5
4 changed files with 32 additions and 10 deletions

View File

@@ -69,6 +69,7 @@ public:
static void toHex(const unsigned char* in, unsigned int len, char* out);
bool operator==(const Job &other) const;
bool operator!=(const Job &other) const;
private:
bool m_nicehash;