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

Method ReadLastBlockFile

src/txdb.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171bool CBlockTreeDB::ReadLastBlockFile(int& nFile)
172{
173 return Read(DB_LAST_BLOCK, nFile);
174}
175
176bool CCoinsViewDB::GetStats(CCoinsStats& stats) const
177{

Callers 1

LoadBlockIndexDBFunction · 0.80

Calls 1

ReadClass · 0.85

Tested by

no test coverage detected