Skip to content

Commit

Permalink
Merge pull request qtumproject#981 from qtumproject/time/core22_wtests
Browse files Browse the repository at this point in the history
Fix wallet tests
  • Loading branch information
qtum-neil authored May 25, 2022
2 parents 9711496 + d2f1ae9 commit 81182bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,6 @@ void StakeQtums(bool fStake, CWallet *pwallet, boost::thread_group*& stakeThread
{
if (stakeThread != nullptr)
{
stakeThread->interrupt_all();
stakeThread->join_all();
delete stakeThread;
stakeThread = nullptr;
Expand Down

0 comments on commit 81182bc

Please sign in to comment.