mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
wallet: refresh models on update
This commit is contained in:
parent
871a998e51
commit
9e59d31373
1 changed files with 3 additions and 0 deletions
|
@ -433,6 +433,9 @@ void Wallet::onNewBlock(uint64_t walletHeight) {
|
|||
|
||||
void Wallet::onUpdated() {
|
||||
this->updateBalance();
|
||||
if (this->isSynchronized()) {
|
||||
this->refreshModels();
|
||||
}
|
||||
}
|
||||
|
||||
void Wallet::onRefreshed(bool success, const QString &message) {
|
||||
|
|
Loading…
Reference in a new issue