Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
static bool fMining = false;
33
34
void SetMinerStatus(bool bStatus) { fMining = bStatus; }
35
static bool GetMiningInfo() { return fMining; }
36
37
Value setgenerate(const Array& params, bool fHelp) {
Callers
1
ThreadBlockProducing
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected