Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_routine
Method · 0.80
getblocktemplate
Function · 0.80
Calls
1
IsTestChain
Method · 0.80
Tested by
no test coverage detected