MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / exeName

Method exeName

src/interfaces/init.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 virtual Ipc* ipc() { return nullptr; }
42 virtual bool canListenIpc() { return false; }
43 virtual const char* exeName() { return nullptr; }
44 virtual void makeMiningOld2() { throw std::runtime_error("Old mining interface (@2) not supported. Please update your client!"); }
45};
46

Callers 1

ProcessInitCommandsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected