| 832 | } |
| 833 | |
| 834 | AutoFile BlockManager::OpenBlockFile(const FlatFilePos& pos, bool fReadOnly) const |
| 835 | { |
| 836 | return AutoFile{m_block_file_seq.Open(pos, fReadOnly), m_obfuscation}; |
| 837 | } |
| 838 | |
| 839 | /** Open an undo file (rev?????.dat) */ |
| 840 | AutoFile BlockManager::OpenUndoFile(const FlatFilePos& pos, bool fReadOnly) const |