wallet: refresh models on update

This commit is contained in:
tobtoht 2023-06-17 21:37:46 +02:00
parent 871a998e51
commit 9e59d31373
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -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) {