MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetMiningInfo

Function GetMiningInfo

src/rpc/rpcmining.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34void SetMinerStatus(bool bStatus) { fMining = bStatus; }
35static bool GetMiningInfo() { return fMining; }
36
37Value setgenerate(const Array& params, bool fHelp) {
38 if (fHelp || (params.size() != 1 && params.size() != 2))

Callers 1

getmininginfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected