Erases a receive request associated with an address.
Declared in <wallet/walletdb.h>
bool
EraseAddressReceiveRequest(
CTxDestination const& dest,
std::string const& id);
true if the record was erased.
| Name | Description |
|---|---|
| dest | The address destination. |
| id | The identifier of the receive request to erase. |