From dcbf657cabac274ad54f3528396ad9524636cefb Mon Sep 17 00:00:00 2001 From: dimxy Date: Tue, 5 Jul 2022 21:25:09 +0500 Subject: [PATCH] Update src/miner.cpp Co-authored-by: DeckerSU --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 0d49f1c77d2..01d6a250d9e 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -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;