Clears the "blank wallet" flag, recording the change in the given batch.
Synopsis
Declared in <wallet/scriptpubkeyman.h>
virtual
void
UnsetBlankWalletFlag(WalletBatch& batch) = 0;
Parameters
Name |
Description |
batch |
The database batch to record the change through. |
Created with MrDocs