| 4049 | } |
| 4050 | |
| 4051 | FILE* OpenBlockFile(const CDiskBlockPos &pos, bool fReadOnly) { |
| 4052 | return OpenDiskFile(pos, "blk", fReadOnly); |
| 4053 | } |
| 4054 | |
| 4055 | /** Open an undo file (rev?????.dat) */ |
| 4056 | static FILE* OpenUndoFile(const CDiskBlockPos &pos, bool fReadOnly) { |
no test coverage detected