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
Name |
Description |
batch |
The database batch to delete the records through. |
Created with MrDocs