wallet::WalletBatch::ReadBestBlock

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

NameDescription
locatorReceives the stored block locator.