Merge pull request #8586

e9ce347 wallet2: fail to establish daemon cxn == 'Disconnected' cxn status (j-berman)
This commit is contained in:
luigi1111 2022-09-26 14:59:43 -05:00
commit e44bf0b060
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
3 changed files with 5 additions and 4 deletions

View file

@ -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();
}