| 66 | // BlockTreeDB::ReadFlag("txindex") |
| 67 | |
| 68 | bool BlockTreeDB::ReadBlockFileInfo(int nFile, CBlockFileInfo& info) |
| 69 | { |
| 70 | return Read(std::make_pair(DB_BLOCK_FILES, nFile), info); |
| 71 | } |
| 72 | |
| 73 | void BlockTreeDB::WriteReindexing(bool fReindexing) |
| 74 | { |
no outgoing calls
no test coverage detected