Reads the best block locator scanned by the wallet.

Synopsis

Declared in <wallet/walletdb.h>

bool
ReadBestBlock(CBlockLocator& locator);

Return Value

true if the record was read.

Parameters

Name

Description

locator

Receives the stored block locator.

Created with MrDocs