diff --git a/src/appcontext.cpp b/src/appcontext.cpp index c496ae2..87caa0d 100644 --- a/src/appcontext.cpp +++ b/src/appcontext.cpp @@ -721,7 +721,8 @@ void AppContext::onWalletRefreshed(bool success) { if (!this->refreshed) { refreshModels(); this->refreshed = true; - this->storeWallet(); + // store wallet immediately upon finishing synchronization + this->currentWallet->store(); } qDebug() << "Wallet refresh status: " << success;