Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ SelectBaseParams
Function
SelectBaseParams
src/chainparamsbase.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void SelectBaseParams(const std::string& chain)
46
{
47
globalChainBaseParams = CreateBaseChainParams(chain);
48
gArgs.SelectConfigNetwork(chain);
49
}
Callers
2
AppInitRPC
Function · 0.85
SelectParams
Function · 0.85
Calls
2
CreateBaseChainParams
Function · 0.85
SelectConfigNetwork
Method · 0.80
Tested by
no test coverage detected