Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
void CBlockTreeDB::ReadReindexing(bool &fReindexing) {
214
fReindexing = Exists(DB_REINDEX_FLAG);
215
}
216
217
bool CBlockTreeDB::ReadLastBlockFile(int &nFile) {
218
return Read(DB_LAST_BLOCK, nFile);
Callers
1
LoadBlockIndexDB
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected