1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 14:52:52 -05:00

Fix for error notification.

This commit is contained in:
XMRig
2017-06-07 07:34:14 +03:00
parent 5f1f901649
commit 387524e1c5
3 changed files with 8 additions and 4 deletions

View File

@@ -129,7 +129,6 @@ bool Job::setTarget(const char *target)
return false;
}
m_diff = toDiff(m_target);
return true;
}