mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 18:40:20 -04:00
Merge pull request #8585
5ffa31c
wallet2: fail to establish daemon cxn == 'Disconnected' cxn status (j-berman)
This commit is contained in:
commit
0bef4265ac
3 changed files with 5 additions and 4 deletions
|
@ -4792,7 +4792,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