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