[#wallet-WalletStorage-UnsetBlankWalletFlag] = xref:wallet.adoc[wallet]::xref:wallet/WalletStorage.adoc[WalletStorage]::UnsetBlankWalletFlag :relfileprefix: ../../ :mrdocs: Clears the "blank wallet" flag, recording the change in the given batch. == Synopsis Declared in `<wallet/scriptpubkeyman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void UnsetBlankWalletFlag(xref:wallet/WalletBatch.adoc[WalletBatch]& batch) = 0; ---- == Parameters [cols="1,4"] |=== | Name| Description | *batch* | The database batch to record the change through. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#