MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ReadTestNetArgs

Function ReadTestNetArgs

src/chainparams.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void ReadTestNetArgs(const ArgsManager& args, CChainParams::TestNetOptions& options)
95{
96 HandleDeploymentArgs(args, options.dep_opts);
97}
98
99void ReadSigNetArgs(const ArgsManager& args, CChainParams::SigNetOptions& options)
100{

Callers 1

CreateChainParamsFunction · 0.85

Calls 1

HandleDeploymentArgsFunction · 0.85

Tested by

no test coverage detected