MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / LoadGenesisBlock

Function LoadGenesisBlock

src/validation.cpp:4612–4615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4610}
4611
4612bool LoadGenesisBlock(const CChainParams& chainparams)
4613{
4614 return g_chainstate.LoadGenesisBlock(chainparams);
4615}
4616
4617bool LoadExternalBlockFile(const CChainParams& chainparams, FILE* fileIn, CDiskBlockPos *dbp)
4618{

Callers 4

ThreadImportFunction · 0.85
AppInitMainFunction · 0.85
TestingSetupMethod · 0.85
AssembleBlockFunction · 0.85

Calls 1

LoadGenesisBlockMethod · 0.80

Tested by 1

TestingSetupMethod · 0.68