init: Remove deprecated args from hidden args

This commit is contained in:
MarcoFalke 2018-09-19 16:37:50 -04:00
parent d26278988f
commit fa910e4301
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
4 changed files with 3 additions and 34 deletions

View file

@ -352,13 +352,6 @@ bool InitHTTPServer()
if (!InitHTTPAllowList())
return false;
if (gArgs.GetBoolArg("-rpcssl", false)) {
uiInterface.ThreadSafeMessageBox(
"SSL mode for RPC (-rpcssl) is no longer supported.",
"", CClientUIInterface::MSG_ERROR);
return false;
}
// Redirect libevent's logging to our own log
event_set_log_callback(&libevent_log_cb);
// Update libevent's log handling. Returns false if our version of