Include P2P peer list into miner count

This commit is contained in:
SChernykh
2021-10-31 12:41:13 +01:00
parent eaed654012
commit b56d027dd5
3 changed files with 5 additions and 4 deletions

View File

@@ -128,6 +128,7 @@ public:
void print_status() override;
void show_peers();
size_t peer_list_size() const { return m_peerList.size(); }
private:
p2pool* m_pool;