MCPcopy Create free account
hub / github.com/LUX-Core/lux / StartRPC

Function StartRPC

src/rpcserver.cpp:445–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445bool StartRPC()
446{
447 LogPrint("rpc", "Starting RPC\n");
448 fRPCRunning = true;
449 g_rpcSignals.Started();
450 return true;
451}
452
453void InterruptRPC()
454{

Callers 1

AppInitServersFunction · 0.85

Calls 1

LogPrintFunction · 0.85

Tested by

no test coverage detected