Allow only one pending get_miner_data

This commit is contained in:
SChernykh
2022-05-12 00:18:02 +02:00
parent 516c382fe4
commit 5cea7be405
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -204,6 +204,7 @@ private:
ZMQReader* m_ZMQReader = nullptr;
hash m_getMinerDataHash;
bool m_getMinerDataPending = false;
};
} // namespace p2pool