StratumServer: fixed data race

This commit is contained in:
SChernykh
2023-02-27 18:58:56 +01:00
parent 12a011a9ff
commit 03a3423da0
2 changed files with 6 additions and 3 deletions

View File

@@ -154,6 +154,7 @@ private:
uint64_t m_timestamp;
uint64_t m_hashes;
bool m_highEnoughDifficulty;
int32_t m_score;
enum class Result {
STALE,