mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
receive: hide address as soon as its use is detected in the tx pool
This commit is contained in:
parent
147e8c04f6
commit
cd51bc72d7
2 changed files with 3 additions and 1 deletions
2
monero
2
monero
|
@ -1 +1 @@
|
||||||
Subproject commit 400b17206e572459cd4ec74143095d0d1400eec7
|
Subproject commit 665c304735b68b2a6e55ed8a5efadbeb60056248
|
|
@ -984,6 +984,8 @@ void Wallet::onTransactionCommitted(bool success, PendingTransaction *tx, const
|
||||||
|
|
||||||
this->history()->refresh();
|
this->history()->refresh();
|
||||||
this->coins()->refresh();
|
this->coins()->refresh();
|
||||||
|
this->subaddress()->refresh(this->currentSubaddressAccount());
|
||||||
|
|
||||||
this->updateBalance();
|
this->updateBalance();
|
||||||
|
|
||||||
if (!success) {
|
if (!success) {
|
||||||
|
|
Loading…
Reference in a new issue