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

Method rpcUnsetTimerInterface

src/interfaces/node.cpp:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 std::vector<std::string> listRpcCommands() override { return ::tableRPC.listCommands(); }
215 void rpcSetTimerInterfaceIfUnset(RPCTimerInterface* iface) override { RPCSetTimerInterfaceIfUnset(iface); }
216 void rpcUnsetTimerInterface(RPCTimerInterface* iface) override { RPCUnsetTimerInterface(iface); }
217 bool getUnspentOutput(const COutPoint& output, Coin& coin) override
218 {
219 LOCK(::cs_main);

Callers 1

~RPCConsoleMethod · 0.80

Calls 1

RPCUnsetTimerInterfaceFunction · 0.85

Tested by

no test coverage detected