MCPcopy Create free account
hub / github.com/ElementsProject/elements / ReadLastBlockFile

Method ReadLastBlockFile

src/txdb.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217bool CBlockTreeDB::ReadLastBlockFile(int &nFile) {
218 return Read(DB_LAST_BLOCK, nFile);
219}
220
221/** Specialization of CCoinsViewCursor to iterate over a CCoinsViewDB */
222class CCoinsViewDBCursor: public CCoinsViewCursor

Callers 1

LoadBlockIndexDBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected