wallet::VerifyWallets

Responsible for reading and validating the -wallet arguments and verifying the wallet database.

Synopsis

Declared in <wallet/load.h>

bool
VerifyWallets(WalletContext& context);

Return Value

true if all configured wallets were verified successfully.

Parameters

NameDescription
contextThe wallet context holding the shared state and arguments.