mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 00:00:26 -04:00
wallet2: fail to establish daemon cxn == "Disconnected" cxn status
This commit is contained in:
parent
7cbae6ca98
commit
5ffa31c48e
3 changed files with 5 additions and 4 deletions
|
@ -4787,7 +4787,7 @@ bool simple_wallet::try_connect_to_daemon(bool silent, uint32_t* version)
|
|||
uint32_t version_ = 0;
|
||||
if (!version)
|
||||
version = &version_;
|
||||
bool wallet_is_outdated, daemon_is_outdated = false;
|
||||
bool wallet_is_outdated = false, daemon_is_outdated = false;
|
||||
if (!m_wallet->check_connection(version, NULL, 200000, &wallet_is_outdated, &daemon_is_outdated))
|
||||
{
|
||||
if (!silent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue