| 843 | } |
| 844 | |
| 845 | fs::path BlockManager::GetBlockPosFilename(const FlatFilePos& pos) const |
| 846 | { |
| 847 | return m_block_file_seq.FileName(pos); |
| 848 | } |
| 849 | |
| 850 | FlatFilePos BlockManager::FindNextBlockPos(unsigned int nAddSize, unsigned int nHeight, uint64_t nTime) |
| 851 | { |
no test coverage detected