mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 20:34:23 +01:00
wallet_rpc_server: adding missing return on error in set_daemon
This commit is contained in:
@@ -4152,6 +4152,7 @@ namespace tools
|
||||
{
|
||||
er.code = WALLET_RPC_ERROR_CODE_NO_DAEMON_CONNECTION;
|
||||
er.message = "SSL is enabled but no user certificate or fingerprints were provided";
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!m_wallet->set_daemon(req.address, boost::none, req.trusted, std::move(ssl_options)))
|
||||
|
||||
Reference in New Issue
Block a user