MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / RegisterMiningRPCCommands

Function RegisterMiningRPCCommands

src/rpc/mining.cpp:1064–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062};
1063
1064void RegisterMiningRPCCommands(CRPCTable &t)
1065{
1066 for (unsigned int vcidx = 0; vcidx < ARRAYLEN(commands); vcidx++)
1067 t.appendCommand(commands[vcidx].name, &commands[vcidx]);
1068}

Callers 1

Calls 1

appendCommandMethod · 0.80

Tested by

no test coverage detected