Update balance directly after sending transaction

remotes/1691844314220217825/master
tobtoht 3 years ago
parent 5b679da427
commit cc9b8a9e6d
Signed by untrusted user: tobtoht
GPG Key ID: 1CADD27F41F45C3C

@ -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
this->currentWallet->store();
this->updateBalance();
emit transactionCommitted(status, tx, txid);
// this tx was a donation to Feather, stop our nagging

Loading…
Cancel
Save