Read the stored info for one block file.
Declared in <node/blockstorage.h>
bool
ReadBlockFileInfo(
int nFile,
CBlockFileInfo& info);
True on success, false if the entry could not be read.
| Name | Description |
|---|---|
| nFile | The block-file number to read. |
| info | Output filled with the block-file info. |