From cd51bc72d7207d913dc927de1d3b8826d2f0275f Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 18 Dec 2024 19:10:10 +0100 Subject: [PATCH] receive: hide address as soon as its use is detected in the tx pool --- monero | 2 +- src/libwalletqt/Wallet.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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) {