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

Method ReadReindexing

src/txdb.cpp:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void CBlockTreeDB::ReadReindexing(bool &fReindexing) {
214 fReindexing = Exists(DB_REINDEX_FLAG);
215}
216
217bool CBlockTreeDB::ReadLastBlockFile(int &nFile) {
218 return Read(DB_LAST_BLOCK, nFile);

Callers 1

LoadBlockIndexDBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected