1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Show block/miniblock counters more often

This commit is contained in:
SChernykh
2022-03-05 10:00:39 +01:00
parent b674fafa0f
commit 4a42dca2cb
2 changed files with 7 additions and 2 deletions

View File

@@ -175,6 +175,7 @@ private:
bool m_handshake = true;
uint64_t m_blocks = 0;
uint64_t m_miniblocks = 0;
uint64_t m_height = 0;
std::vector<char> m_data;
std::vector<char> m_message;