From: tobtoht Date: Wed, 18 Dec 2024 18:10:10 +0000 (+0100) Subject: receive: hide address as soon as its use is detected in the tx pool X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=cd51bc72d7207d913dc927de1d3b8826d2f0275f;p=gamesguru%2Ffeather.git receive: hide address as soon as its use is detected in the tx pool --- diff --git a/monero b/monero index 400b1720..665c3047 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 ce5f4946..7aadc32a 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) {