wallet::LegacyDataSPKM::DeleteRecordsWithDB

Delete the legacy wallet records from disk.

Synopsis

Declared in <wallet/scriptpubkeyman.h>

bool
DeleteRecordsWithDB(WalletBatch& batch);

Return Value

true if the records were deleted.

Parameters

NameDescription
batchThe database batch to delete the records through.