qt: Initialize members in WalletModel

This commit is contained in:
MarcoFalke 2018-02-13 15:48:38 -05:00
parent f4f4f51f1a
commit fa27623edb
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ WalletModel::WalletModel(const PlatformStyle *platformStyle, CWallet *_wallet, O
transactionTableModel(0),
recentRequestsTableModel(0),
cachedBalance(0), cachedUnconfirmedBalance(0), cachedImmatureBalance(0),
cachedWatchOnlyBalance{0}, cachedWatchUnconfBalance{0}, cachedWatchImmatureBalance{0},
cachedEncryptionStatus(Unencrypted),
cachedNumBlocks(0)
{