Open an undo file (rev?????.dat) */
| 838 | |
| 839 | /** Open an undo file (rev?????.dat) */ |
| 840 | AutoFile BlockManager::OpenUndoFile(const FlatFilePos& pos, bool fReadOnly) const |
| 841 | { |
| 842 | return AutoFile{m_undo_file_seq.Open(pos, fReadOnly), m_obfuscation}; |
| 843 | } |
| 844 | |
| 845 | fs::path BlockManager::GetBlockPosFilename(const FlatFilePos& pos) const |
| 846 | { |