| 157 | } |
| 158 | |
| 159 | void WalletModel::updateTransaction() |
| 160 | { |
| 161 | // Balance and number of transactions might have changed |
| 162 | fForceCheckBalanceChanged = true; |
| 163 | } |
| 164 | |
| 165 | void WalletModel::updateAddressBook(const QString &address, const QString &label, |
| 166 | bool isMine, const QString &purpose, int status) |