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
Returns the head block hashes recorded during an interrupted flush.
Declared in <txdb.h>
virtual
std::vector<uint256>
GetHeadBlocks() const override;
The list of head block hashes.
Created with MrDocs