Returns the head block hashes recorded during an interrupted flush.

Synopsis

Declared in <txdb.h>

virtual
std::vector<uint256>
GetHeadBlocks() const override;

Return Value

The list of head block hashes.

Created with MrDocs