diff --git a/src/appcontext.cpp b/src/appcontext.cpp index 7409e83..88762f0 100644 --- a/src/appcontext.cpp +++ b/src/appcontext.cpp @@ -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