Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ SelectBaseParams
Function
SelectBaseParams
src/chainparamsbase.cpp:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void SelectBaseParams(const std::string& chain)
119
{
120
pCurrentBaseParams = &BaseParams(chain);
121
}
122
123
std::string ChainNameFromCommandLine()
124
{
Callers
2
AppInitRPC
Function · 0.85
SelectParams
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected