MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / LoadBlockIndex

Function LoadBlockIndex

src/main.cpp:4102–4109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4100}
4101
4102bool LoadBlockIndex(bool* fRebuildRequired)
4103{
4104 assert(fRebuildRequired != NULL);
4105 // Load block index from databases
4106 if (!fReindex && !LoadBlockIndexDB(fRebuildRequired))
4107 return false;
4108 return true;
4109}
4110
4111
4112bool InitBlockIndex() {

Callers 1

AppInit2Function · 0.85

Calls 1

LoadBlockIndexDBFunction · 0.85

Tested by

no test coverage detected