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

Function ReadMainNetArgs

src/chainparams.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void ReadMainNetArgs(const ArgsManager& args, CChainParams::MainNetOptions& options)
90{
91 HandleDeploymentArgs(args, options.dep_opts);
92}
93
94void ReadTestNetArgs(const ArgsManager& args, CChainParams::TestNetOptions& options)
95{

Callers 1

CreateChainParamsFunction · 0.85

Calls 1

HandleDeploymentArgsFunction · 0.85

Tested by

no test coverage detected