Returns a previously reserved destination to the keypool for reuse.
Synopsis
Declared in <wallet/scriptpubkeyman.h>
virtual
void
ReturnDestination(
int64_t index,
bool internal,
CTxDestination const& addr);
Parameters
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. |
Created with MrDocs