mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-11 05:15:21 +00:00
Merge pull request 'Update balance directly after sending transaction' (#279) from tobtoht/feather:send_update_balance into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/279
This commit is contained in:
commit
0869b4e456
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