mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Name load source. Hook up load sources through WSConnection->RPCHandler.
This commit is contained in:
@@ -43,7 +43,8 @@ void startServer()
|
||||
if (!theConfig.QUIET)
|
||||
std::cerr << "Startup RPC: " << jvCommand << std::endl;
|
||||
|
||||
RPCHandler rhHandler(&theApp->getOPs());
|
||||
LoadSource ls(true);
|
||||
RPCHandler rhHandler(&theApp->getOPs(), ls);
|
||||
|
||||
Json::Value jvResult = rhHandler.doCommand(jvCommand, RPCHandler::ADMIN);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user