Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ SelectBaseParams
Function
SelectBaseParams
src/chainparamsbase.cpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void SelectBaseParams(const ChainType chain)
58
{
59
globalChainBaseParams = CreateBaseChainParams(chain);
60
gArgs.SelectConfigNetwork(ChainTypeToString(chain));
61
}
Callers
2
AppInitRPC
Function · 0.85
SelectParams
Function · 0.85
Calls
3
CreateBaseChainParams
Function · 0.85
ChainTypeToString
Function · 0.85
SelectConfigNetwork
Method · 0.80
Tested by
no test coverage detected