Open an undo file (rev?????.dat) */
| 615 | |
| 616 | /** Open an undo file (rev?????.dat) */ |
| 617 | static FILE* OpenUndoFile(const FlatFilePos& pos, bool fReadOnly) |
| 618 | { |
| 619 | return UndoFileSeq().Open(pos, fReadOnly); |
| 620 | } |
| 621 | |
| 622 | fs::path GetBlockPosFilename(const FlatFilePos& pos) |
| 623 | { |
no test coverage detected