Show block/miniblock counters more often

This commit is contained in:
SChernykh
2022-03-05 10:00:39 +01:00
parent 8039c15e1f
commit 135cbaceba
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;