wallet::CWallet::PopulateWalletFromDB

Load wallet records from the database into memory.

Synopsis

Declared in <wallet/wallet.h>

DBErrors
PopulateWalletFromDB(
    bilingual_str& error,
    std::vector<bilingual_str>& warnings);

Return Value

The database load result status.

Parameters

NameDescription
errorSet to an error message on failure.
warningsWarnings produced while loading.