receive: hide address as soon as its use is detected in the tx pool

This commit is contained in:
tobtoht 2024-12-18 19:10:10 +01:00
parent 147e8c04f6
commit cd51bc72d7
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 3 additions and 1 deletions

2
monero

@ -1 +1 @@
Subproject commit 400b17206e572459cd4ec74143095d0d1400eec7
Subproject commit 665c304735b68b2a6e55ed8a5efadbeb60056248

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