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

Function SetMinerStatus

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

Source from the content-addressed store, hash-verified

32static bool fMining = false;
33
34void SetMinerStatus(bool bStatus) { fMining = bStatus; }
35static bool GetMiningInfo() { return fMining; }
36
37Value setgenerate(const Array& params, bool fHelp) {

Callers 1

ThreadBlockProducingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected