mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
UPSTREAM MERGE: Merge commit '62d40f1983' into elements-0.17
This commit is contained in:
commit
e3388ecfa2
7 changed files with 12 additions and 1051 deletions
|
|
@ -767,8 +767,7 @@ static bool AppInitServers()
|
|||
StartRPC();
|
||||
if (!StartHTTPRPC())
|
||||
return false;
|
||||
if (gArgs.GetBoolArg("-rest", DEFAULT_REST_ENABLE) && !StartREST())
|
||||
return false;
|
||||
if (gArgs.GetBoolArg("-rest", DEFAULT_REST_ENABLE)) StartREST();
|
||||
StartHTTPServer();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue