forked from lthn/blockchain
changed initial state of wallet as synchronizing
This commit is contained in:
parent
488c16138a
commit
db788333de
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue