Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
445
bool StartRPC()
446
{
447
LogPrint(
"rpc"
,
"Starting RPC\n"
);
448
fRPCRunning = true;
449
g_rpcSignals.Started();
450
return true;
451
}
452
453
void InterruptRPC()
454
{
Callers
1
AppInitServers
Function · 0.85
Calls
1
LogPrint
Function · 0.85
Tested by
no test coverage detected