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

Function Initialize

src/test/fuzz/bip324.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace {
18
19void Initialize()
20{
21 static ECC_Context ecc_context{};
22 SelectParams(ChainType::MAIN);
23}
24
25} // namespace
26

Callers

nothing calls this directly

Calls 1

SelectParamsFunction · 0.85

Tested by

no test coverage detected