Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
bool CBlockTreeDB::ReadBlockFileInfo(int nFile, CBlockFileInfo &info) {
203
return Read(std::make_pair(DB_BLOCK_FILES, nFile), info);
204
}
205
206
bool CBlockTreeDB::WriteReindexing(bool fReindexing) {
207
if (fReindexing)
Callers
1
LoadBlockIndexDB
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected