Merge pull request #6035
b90c4bc3rpc: error out from get_info if the proxied call errors out (moneromooo-monero)fa16df99make_test_signature: exit nicely on top level exception (moneromooo-monero)054b2621node_rpc_proxy: init some new rpc payment fields in invalidate (moneromooo-monero)d0faae2arpc: init a few missing client_info members (moneromooo-monero)d56a483arpc: do not propagate exceptions out of a dtor (moneromooo-monero)3c849188rpc: always set the update field in update on sucess (moneromooo-monero)
This commit is contained in:
@@ -78,6 +78,10 @@ void NodeRPCProxy::invalidate()
|
||||
m_rpc_payment_seed_hash = crypto::null_hash;
|
||||
m_rpc_payment_next_seed_hash = crypto::null_hash;
|
||||
m_height_time = 0;
|
||||
m_rpc_payment_diff = 0;
|
||||
m_rpc_payment_credits_per_hash_found = 0;
|
||||
m_rpc_payment_height = 0;
|
||||
m_rpc_payment_cookie = 0;
|
||||
}
|
||||
|
||||
boost::optional<std::string> NodeRPCProxy::get_rpc_version(uint32_t &rpc_version)
|
||||
|
||||
Reference in New Issue
Block a user