We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5962af commit f887860Copy full SHA for f887860
src/miner.cpp
@@ -468,7 +468,7 @@ void BitcoinMiner(CWallet* pwallet, bool fProofOfStake)
468
continue;
469
}
470
471
- while (vNodes.empty() || pwallet->IsLocked() || !fMintableCoins || nReserveBalance >= pwallet->GetBalance() || !masternodeSync.IsSynced()) }
+ while (vNodes.empty() || pwallet->IsLocked() || !fMintableCoins || nReserveBalance >= pwallet->GetBalance() || !masternodeSync.IsSynced()) {
472
nLastCoinStakeSearchInterval = 0;
473
MilliSleep(5000);
474
if (!fGenerateBitcoins && !fProofOfStake)
0 commit comments