From 932414dc32f012fc77ff9d4bfbe12a2d561c2955 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 20 Mar 2025 15:00:25 +0400 Subject: [PATCH] long refresh initially true as well --- src/wallet/wallets_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/wallets_manager.cpp b/src/wallet/wallets_manager.cpp index 1116f475..d0b6af6e 100644 --- a/src/wallet/wallets_manager.cpp +++ b/src/wallet/wallets_manager.cpp @@ -2207,6 +2207,7 @@ void wallets_manager::wallet_vs_options::worker_func() try { wsi.wallet_state = view::wallet_status_info::wallet_state_synchronizing; + long_refresh_in_progress = true; if (m_pproxy_diagnostig_info->last_daemon_is_disconnected.load()) { std::this_thread::sleep_for(std::chrono::milliseconds(1000));