More reliable p2pool shutdown logic

This commit is contained in:
SChernykh
2022-06-03 18:28:10 +02:00
parent 09f46beeb4
commit 05b0973a23
2 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ private:
void submit_block() const;
bool m_stopped;
std::atomic<bool> m_stopped;
Params* m_params;