mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
init: Remove deprecated args from hidden args
This commit is contained in:
parent
d26278988f
commit
fa910e4301
4 changed files with 3 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue