[#wallet-CWallet-LoadWalletFlags] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::LoadWalletFlags :relfileprefix: ../../ :mrdocs: Loads the flags into the wallet. (used by LoadWallet) == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool LoadWalletFlags(uint64_t flags); ---- == Return Value true if the flags were valid and loaded. == Parameters [cols="1,4"] |=== | Name| Description | *flags* | The wallet flags read from the database. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#