wallet::WalletBatch::EraseName

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

NameDescription
strAddressThe address whose label to erase.