Skip to content

Commit

Permalink
Merge pull request #2 from deepgully/fix/max_submit
Browse files Browse the repository at this point in the history
Fix max submit not work problem
  • Loading branch information
deepgully authored Jan 16, 2019
2 parents 48d303c + b979e6c commit 6c0e014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ node_modules/

# vscode
.vscode/
*.aps
1 change: 1 addition & 0 deletions libethcore/Farm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ bool Farm::start()
if (minerTelemetry.prefix.empty())
continue;
m_telemetry.miners.push_back(minerTelemetry);
m_miners.back()->setMaxSubmitCount(m_Settings.maxSubmitCount);
m_miners.back()->startWorking();
}

Expand Down

0 comments on commit 6c0e014

Please sign in to comment.