Merge pull request 'Update balance directly after sending transaction' (#279) from tobtoht/feather:send_update_balance into master

Reviewed-on: feather/feather#279
remotes/1691844314220217825/master
tobtoht 3 years ago
commit 0869b4e456

@ -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