Fixed bugs.
This commit is contained in:
parent
6f93b7b38d
commit
871bc3e180
2 changed files with 5 additions and 3 deletions
|
@ -158,7 +158,7 @@ void xmrig::CpuWorker<N>::start()
|
|||
do {
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(200));
|
||||
}
|
||||
while (Nonce::isPaused());
|
||||
while (Nonce::isPaused() && Nonce::sequence(Nonce::CPU) > 0);
|
||||
|
||||
if (Nonce::sequence(Nonce::CPU) == 0) {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue