MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / StartRPC

Function StartRPC

src/rpc/server.cpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void StartRPC()
274{
275 LogDebug(BCLog::RPC, "Starting RPC\n");
276 g_rpc_running = true;
277}
278
279void InterruptRPC()
280{

Callers 1

AppInitServersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected