aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authorj-berman <justinberman@protonmail.com>2022-09-21 20:12:16 -0600
committerj-berman <justinberman@protonmail.com>2022-09-21 21:54:57 -0600
commite9ce347f83801276e13510d6bb99dad6c07a4169 (patch)
treee1293a1b5c57bf537df393bb14c63ec3072166e3 /src/simplewallet/simplewallet.cpp
parentMerge pull request #8556 (diff)
downloadmonero-e9ce347f83801276e13510d6bb99dad6c07a4169.tar.xz
wallet2: fail to establish daemon cxn == "Disconnected" cxn status
Diffstat (limited to '')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 860c3f0b0..224eeec03 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -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)