MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / IsRPCRunning

Function IsRPCRunning

src/rpcserver.cpp:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413bool IsRPCRunning()
414{
415 return fRPCRunning;
416}
417
418void SetRPCWarmupStatus(const std::string& newStatus)
419{

Callers 1

getblocktemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected