mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 17:57:39 +00:00
Update balance directly after sending transaction
This commit is contained in:
parent
5b679da427
commit
cc9b8a9e6d
1 changed files with 2 additions and 0 deletions
|
@ -757,6 +757,8 @@ void AppContext::onTransactionCommitted(bool status, PendingTransaction *tx, con
|
||||||
// Store wallet immediately so we don't risk losing tx key if wallet crashes
|
// Store wallet immediately so we don't risk losing tx key if wallet crashes
|
||||||
this->currentWallet->store();
|
this->currentWallet->store();
|
||||||
|
|
||||||
|
this->updateBalance();
|
||||||
|
|
||||||
emit transactionCommitted(status, tx, txid);
|
emit transactionCommitted(status, tx, txid);
|
||||||
|
|
||||||
// this tx was a donation to Feather, stop our nagging
|
// this tx was a donation to Feather, stop our nagging
|
||||||
|
|
Loading…
Reference in a new issue