[#wallet-CWallet-UnsetWalletFlag] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::UnsetWalletFlag :relfileprefix: ../../ :mrdocs: Unsets a single wallet flag == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UnsetWalletFlag(uint64_t flag); ---- == Parameters [cols="1,4"] |=== | Name| Description | *flag* | The wallet flag to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#