Added sidechain height to SHARE FOUND log

This commit is contained in:
SChernykh
2022-11-08 14:27:03 +01:00
parent b9a9be2795
commit 2e747beda6
6 changed files with 19 additions and 14 deletions

View File

@@ -141,6 +141,7 @@ private:
hash m_resultHash;
difficulty_type m_sidechainDifficulty;
uint64_t m_mainchainHeight;
uint64_t m_sidechainHeight;
double m_effort;
uint64_t m_timestamp;
uint64_t m_hashes;