Notify about new P2Pool versions

This commit is contained in:
SChernykh
2023-10-08 18:52:06 +02:00
parent 4d944d3dc3
commit 4e55f53fb4
5 changed files with 44 additions and 1 deletions

View File

@@ -82,6 +82,8 @@ public:
const PoolBlock* chainTip() const { return m_chainTip; }
bool precalcFinished() const { return m_precalcFinished.load(); }
bool p2pool_update_available() const;
#ifdef P2POOL_UNIT_TESTS
difficulty_type m_testMainChainDiff;
const unordered_map<hash, PoolBlock*>& blocksById() const { return m_blocksById; }