Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ SelectBaseParams
Function
SelectBaseParams
src/chainparamsbase.cpp:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
void SelectBaseParams(const std::string& chain)
104
{
105
globalChainBaseParams = CreateBaseChainParams(chain);
106
gArgs.SelectConfigNetwork(chain);
107
}
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