Fixed many "new job" messages when solo mining

Fix for https://github.com/xmrig/xmrig/issues/2127
This commit is contained in:
SChernykh 2021-03-01 17:46:05 +01:00
parent 0b7dfaabe0
commit 91ad6fcf3d
2 changed files with 24 additions and 4 deletions

View file

@ -89,6 +89,8 @@ private:
String m_tlsFingerprint;
String m_tlsVersion;
Timer *m_timer;
uint64_t m_blocktemplateRequestHeight = 0;
String m_blocktemplateRequestHash;
};