Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
void StartRPC()
291
{
292
LogPrint(BCLog::RPC,
"Starting RPC\n"
);
293
g_rpc_running = true;
294
g_rpcSignals.Started();
295
}
296
297
void InterruptRPC()
298
{
Callers
1
AppInitServers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected