aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.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 20:12:16 -0600
commit5ffa31c48ef4c3a181200cd6d43f442e025573b7 (patch)
tree057b947eeec03068c5fc842c98d45782fe4ee9d9 /src/wallet/wallet2.cpp
parentMerge pull request #8545 (diff)
downloadmonero-5ffa31c48ef4c3a181200cd6d43f442e025573b7.tar.xz
wallet2: fail to establish daemon cxn == "Disconnected" cxn status
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index 588ddd572..f035f353e 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -1346,6 +1346,7 @@ bool wallet2::set_daemon(std::string daemon_address, boost::optional<epee::net_u
}
m_rpc_payment_state.expected_spent = 0;
m_rpc_payment_state.discrepancy = 0;
+ m_rpc_version = 0;
m_node_rpc_proxy.invalidate();
}