Returns a previously reserved destination to the keypool for reuse.
Declared in <wallet/scriptpubkeyman.h>
virtual
void
ReturnDestination(
int64_t index,
bool internal,
CTxDestination const& addr);
| Name | Description |
|---|---|
| index | The keypool index of the reserved destination. |
| internal | Whether the destination belongs to the internal (change) chain. |
| addr | The destination being returned. |