mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-31 09:22:59 -05:00
Show the number of transactions in pool job
Useful to check if pool/proxy is working properly and can also be used to compare different pools.
This commit is contained in:
@@ -139,6 +139,8 @@ public:
|
||||
|
||||
inline bool hasMinerSignature() const { return m_hasMinerSignature; }
|
||||
|
||||
uint32_t getNumTransactions() const;
|
||||
|
||||
private:
|
||||
void copy(const Job &other);
|
||||
void move(Job &&other);
|
||||
|
||||
Reference in New Issue
Block a user