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