Skip to content

Commit fa27623

Browse files
author
MarcoFalke
committed
qt: Initialize members in WalletModel
1 parent f4f4f51 commit fa27623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/walletmodel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ WalletModel::WalletModel(const PlatformStyle *platformStyle, CWallet *_wallet, O
4242
transactionTableModel(0),
4343
recentRequestsTableModel(0),
4444
cachedBalance(0), cachedUnconfirmedBalance(0), cachedImmatureBalance(0),
45+
cachedWatchOnlyBalance{0}, cachedWatchUnconfBalance{0}, cachedWatchImmatureBalance{0},
4546
cachedEncryptionStatus(Unencrypted),
4647
cachedNumBlocks(0)
4748
{

0 commit comments

Comments
 (0)