Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
namespace {
18
19
void Initialize()
20
{
21
static ECC_Context ecc_context{};
22
SelectParams(ChainType::MAIN);
23
}
24
25
} // namespace
26
Callers
nothing calls this directly
Calls
1
SelectParams
Function · 0.85
Tested by
no test coverage detected