| 620 | } |
| 621 | |
| 622 | fs::path GetBlockPosFilename(const FlatFilePos& pos) |
| 623 | { |
| 624 | return BlockFileSeq().FileName(pos); |
| 625 | } |
| 626 | |
| 627 | bool BlockManager::FindBlockPos(FlatFilePos& pos, unsigned int nAddSize, unsigned int nHeight, CChain& active_chain, uint64_t nTime, bool fKnown) |
| 628 | { |
no test coverage detected