Erases the purpose string for an address.
Synopsis
Declared in <wallet/walletdb.h>
bool
ErasePurpose(std::string const& strAddress);
Return Value
true if the record was erased.
Parameters
Name |
Description |
strAddress |
The address whose purpose to erase. |
Created with MrDocs