Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
CRITICAL: Fix GUI crashing and getting stuck in donation mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Young committed Oct 22, 2018
1 parent 385b0b7 commit 8f7f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxhash/gui/mining.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def revenue(device, algorithm):
donate_settings['nicehash']['workername'] = 'nuxhash'
for miner in self._miners:
miner.settings = donate_settings
self._scheduler.enter(interval, MiningSession.PROFIT_PRIORITY,
self._scheduler.enter(interval, MiningThread.PROFIT_PRIORITY,
self._reset_miners)

self._scheduler.enter(interval, MiningThread.PROFIT_PRIORITY,
Expand Down

0 comments on commit 8f7f97d

Please sign in to comment.