From cc9b8a9e6dc6454736eeba3d05141f7016064242 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 31 Dec 2020 03:22:37 +0100 Subject: [PATCH] Update balance directly after sending transaction --- src/appcontext.cpp | 2 ++ 1 file changed, 2 insertions(+) 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