MCPcopy Create free account
hub / github.com/ElementsProject/elements / StartRPC

Function StartRPC

src/rpc/server.cpp:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void StartRPC()
291{
292 LogPrint(BCLog::RPC, "Starting RPC\n");
293 g_rpc_running = true;
294 g_rpcSignals.Started();
295}
296
297void InterruptRPC()
298{

Callers 1

AppInitServersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected