From db788333def1d0b877b65486baa992dcde426e81 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 20 Mar 2025 14:58:36 +0400 Subject: [PATCH] changed initial state of wallet as synchronizing --- src/wallet/wallets_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallets_manager.cpp b/src/wallet/wallets_manager.cpp index 5c8ef5c0..1116f475 100644 --- a/src/wallet/wallets_manager.cpp +++ b/src/wallet/wallets_manager.cpp @@ -2206,7 +2206,7 @@ void wallets_manager::wallet_vs_options::worker_func() stop_for_refresh = false; try { - wsi.wallet_state = view::wallet_status_info::wallet_state_ready; + wsi.wallet_state = view::wallet_status_info::wallet_state_synchronizing; if (m_pproxy_diagnostig_info->last_daemon_is_disconnected.load()) { std::this_thread::sleep_for(std::chrono::milliseconds(1000));