wallet::WalletBatch::ErasePurpose

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

NameDescription
strAddressThe address whose purpose to erase.