1
0
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:
SChernykh
2021-08-07 19:38:31 +02:00
parent d24581c963
commit 929205536c
3 changed files with 36 additions and 3 deletions

View File

@@ -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);