|
|
@ -59,8 +59,6 @@ void WalletModel::update() |
|
|
|
cachedBalance = newBalance; |
|
|
|
cachedBalance = newBalance; |
|
|
|
cachedUnconfirmedBalance = newUnconfirmedBalance; |
|
|
|
cachedUnconfirmedBalance = newUnconfirmedBalance; |
|
|
|
cachedNumTransactions = newNumTransactions; |
|
|
|
cachedNumTransactions = newNumTransactions; |
|
|
|
|
|
|
|
|
|
|
|
addressTableModel->update(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void WalletModel::updateAddressList() |
|
|
|
void WalletModel::updateAddressList() |
|
|
|