Loads the flags into the wallet. (used by LoadWallet)
Synopsis
Declared in <wallet/wallet.h>
bool
LoadWalletFlags(uint64_t flags);
Return Value
true if the flags were valid and loaded.
Parameters
Name |
Description |
flags |
The wallet flags read from the database. |
Created with MrDocs