Marks addresses up to and including the one for the given script as used.
Declared in <wallet/scriptpubkeyman.h>
virtual
std::vector<WalletDestination>
MarkUnusedAddresses(CScript const& script) override;
The destinations that were affected.
| Name | Description |
|---|---|
| script | The script determining the last address to mark as used. |