CBlockLocator::CBlockLocator

Constructs a locator from a list of block hashes.

Synopsis

Declared in <primitives/block.h>

explicit
CBlockLocator(std::vector<uint256>&& have);

Parameters

NameDescription
haveThe block hashes to take ownership of.