MCPcopy Create free account
hub / github.com/ElementsProject/elements / ReadBlockFileInfo

Method ReadBlockFileInfo

src/txdb.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202bool CBlockTreeDB::ReadBlockFileInfo(int nFile, CBlockFileInfo &info) {
203 return Read(std::make_pair(DB_BLOCK_FILES, nFile), info);
204}
205
206bool CBlockTreeDB::WriteReindexing(bool fReindexing) {
207 if (fReindexing)

Callers 1

LoadBlockIndexDBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected