aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-09-26 14:57:58 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-09-26 14:57:58 -0500
commit0bef4265ac0d2decd679367f767fa885c9f9625e (patch)
treef6bb3fa85f4b58f876f191824c9e71e6c8c0165d /src/wallet/wallet2.cpp
parenta7b0c93c7db8054e833914f5de9f36a27d2f23b3 (diff)
parent5ffa31c48ef4c3a181200cd6d43f442e025573b7 (diff)
downloadmonzero-core-0bef4265ac0d2decd679367f767fa885c9f9625e.tar.gz
monzero-core-0bef4265ac0d2decd679367f767fa885c9f9625e.tar.xz
monzero-core-0bef4265ac0d2decd679367f767fa885c9f9625e.zip
Merge pull request #8585
5ffa31c wallet2: fail to establish daemon cxn == 'Disconnected' cxn status (j-berman)
Diffstat (limited to 'src/wallet/wallet2.cpp')
-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 e8b349ca6..17ff0e44b 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();
}