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