Read a block's undo data from disk using its block index entry.
Declared in <node/blockstorage.h>
bool
ReadBlockUndo(
CBlockUndo& blockundo,
CBlockIndex const& index) const;
True on success, false if the undo data could not be read.
| Name | Description |
|---|---|
| blockundo | Output filled with the deserialized undo data. |
| index | The block index entry identifying the block. |