Skip to content

Commit

Permalink
cleanup: Remove unnecessary ToDo comment in <qt/walletmodel.cpp>
Browse files Browse the repository at this point in the history
lateminer committed Feb 7, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 99836ac commit ad3c2a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qt/walletmodel.cpp
Original file line number Diff line number Diff line change
@@ -163,7 +163,6 @@ void WalletModel::pollBalanceChanged()

// The stake weight is used for the staking icon status
// Get the stake weight only when not syncing because it is time consuming
// Blackcoin ToDo: enable balanceChanged?
if (!isSyncing && (balanceChanged || cachedBlockHashChanged)) {
updateStakeWeight = true;
}

0 comments on commit ad3c2a9

Please sign in to comment.