wallet_rpc_server: adding missing return on error in set_daemon

pull/200/head
moneromooo-monero 5 years ago
parent 9074c0d8cf
commit 98fb98f93f
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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)))

Loading…
Cancel
Save