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

Method isTestChain

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

Source from the content-addressed store, hash-verified

959 explicit MinerImpl(const NodeContext& node) : m_node(node) {}
960
961 bool isTestChain() override
962 {
963 return chainman().GetParams().IsTestChain();
964 }
965
966 bool isInitialBlockDownload() override
967 {

Callers 2

async_routineMethod · 0.80
getblocktemplateFunction · 0.80

Calls 1

IsTestChainMethod · 0.80

Tested by

no test coverage detected