Merge branch 'feature-donate-failover'
This commit is contained in:
commit
e58429a044
15 changed files with 197 additions and 103 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
inline uint32_t diff() const { return (uint32_t) m_diff; }
|
||||
inline uint64_t target() const { return m_target; }
|
||||
inline void setNicehash(bool nicehash) { m_nicehash = nicehash; }
|
||||
inline void setPoolId(int poolId) { m_poolId = poolId; }
|
||||
inline void setThreadId(int threadId) { m_threadId = threadId; }
|
||||
|
||||
static bool fromHex(const char* in, unsigned int len, unsigned char* out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue