CCoinsViewCache::SetBestBlock

Set the best block hash this cache represents.

Synopsis

Declared in <coins.h>

void
SetBestBlock(uint256 const& block_hash);

Parameters

NameDescription
block_hashNew best block hash.