| 132 | } |
| 133 | |
| 134 | bool CBlockDBCache::SetBestBlock(const uint256 &blockHashIn) { |
| 135 | return best_block_hash_cache.SetData(blockHashIn); |
| 136 | } |
| 137 | |
| 138 | bool CBlockDBCache::WriteLastBlockFile(int32_t nFile) { |
| 139 | return last_block_file_cache.SetData(nFile); |
no test coverage detected