MCPcopy Create free account
hub / github.com/LUX-Core/lux / WriteReindexing

Method WriteReindexing

src/txdb.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157bool CBlockTreeDB::WriteReindexing(bool fReindexing)
158{
159 if (fReindexing)
160 return Write(DB_REINDEX_FLAG, '1');
161 else
162 return Erase(DB_REINDEX_FLAG);
163}
164
165bool CBlockTreeDB::ReadReindexing(bool& fReindexing)
166{

Callers 2

ThreadImportFunction · 0.80
AppInit2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected