Remove a destination from the address book.

Synopsis

Declared in <wallet/wallet.h>

bool
DelAddressBook(CTxDestination const& address);

Return Value

true if the entry was removed.

Parameters

Name

Description

address

The destination to remove.

Created with MrDocs