]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
receive: hide address as soon as its use is detected in the tx pool
authortobtoht <tob@featherwallet.org>
Wed, 18 Dec 2024 18:10:10 +0000 (19:10 +0100)
committertobtoht <tob@featherwallet.org>
Wed, 18 Dec 2024 18:10:10 +0000 (19:10 +0100)
monero
src/libwalletqt/Wallet.cpp

diff --git a/monero b/monero
index 400b17206e572459cd4ec74143095d0d1400eec7..665c304735b68b2a6e55ed8a5efadbeb60056248 160000 (submodule)
--- a/monero
+++ b/monero
@@ -1 +1 @@
-Subproject commit 400b17206e572459cd4ec74143095d0d1400eec7
+Subproject commit 665c304735b68b2a6e55ed8a5efadbeb60056248
index ce5f4946b294e0aab703abc13278d0d3d9800a77..7aadc32af6629314d0beb5c09454ec45b4ff8088 100644 (file)
@@ -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) {