wallet::WalletStorage::UnsetBlankWalletFlag

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

NameDescription
batchThe database batch to record the change through.