Skip to content

Commit

Permalink
Fix max submit not work problem
Browse files Browse the repository at this point in the history
Fix max submit not work problem
  • Loading branch information
ShengguangXiao committed Jan 16, 2019
1 parent 48d303c commit b979e6c
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 b979e6c

Please sign in to comment.