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

Method ReadBlockFileInfo

src/txdb.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool CBlockTreeDB::ReadBlockFileInfo(int nFile, CBlockFileInfo &info) {
84 return Read(make_pair(DB_BLOCK_FILES, nFile), info);
85}
86
87bool CBlockTreeDB::WriteReindexing(bool fReindexing) {
88 if (fReindexing)

Callers 1

LoadBlockIndexDBFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected