diff --git a/monero b/monero index 400b172..665c304 160000 --- a/monero +++ b/monero @@ -1 +1 @@ -Subproject commit 400b17206e572459cd4ec74143095d0d1400eec7 +Subproject commit 665c304735b68b2a6e55ed8a5efadbeb60056248 diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index ce5f494..7aadc32 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -984,6 +984,8 @@ void Wallet::onTransactionCommitted(bool success, PendingTransaction *tx, const this->history()->refresh(); this->coins()->refresh(); + this->subaddress()->refresh(this->currentSubaddressAccount()); + this->updateBalance(); if (!success) {