| 85 | } |
| 86 | |
| 87 | bool BlockTreeDB::ReadLastBlockFile(int& nFile) |
| 88 | { |
| 89 | return Read(DB_LAST_BLOCK, nFile); |
| 90 | } |
| 91 | |
| 92 | void BlockTreeDB::WriteBatchSync(const std::vector<std::pair<int, const CBlockFileInfo*>>& fileInfo, int nLastFile, const std::vector<const CBlockIndex*>& blockinfo) |
| 93 | { |
no outgoing calls
no test coverage detected