Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
bool CBlockTreeDB::ReadBlockFileInfo(int nFile, CBlockFileInfo &info) {
84
return Read(make_pair(DB_BLOCK_FILES, nFile), info);
85
}
86
87
bool CBlockTreeDB::WriteReindexing(bool fReindexing) {
88
if (fReindexing)
Callers
1
LoadBlockIndexDB
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected