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 a6dc1bf5e8
commit 3fe3453ada
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);