diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1ec34dd..2ec89f1 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -417,6 +417,7 @@ void MainWindow::onWalletOpened() { qDebug() << Q_FUNC_INFO; m_splashDialog->hide(); + m_ctx->updateBalance(); if (m_ctx->wallet->isHwBacked()) { m_statusBtnHwDevice->show(); }