Skip to content

Commit

Permalink
Update src/miner.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: DeckerSU <support@decker.su>
  • Loading branch information
dimxy and DeckerSU authored Jul 5, 2022
1 parent 5098d67 commit dcbf657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ void static BitcoinMiner()
if (minerThreads != NULL)
{
minerThreads->interrupt_all();
std::cout << "Waiting for mining threads to stop..." << std::endl;
// std::cout << "Waiting for mining threads to stop..." << std::endl;
minerThreads->join_all(); // prevent thread overlapping
delete minerThreads;
minerThreads = NULL;
Expand Down

0 comments on commit dcbf657

Please sign in to comment.