[#wallet-CWallet-MarkDestinationsDirty] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::MarkDestinationsDirty :relfileprefix: ../../ :mrdocs: Marks all outputs in each one of the destinations dirty, so their cache is reset and does not return outdated information. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e599068), requires_capability(0x7f2e11aa9e28), requires_capability(0x7f2e169ffc18), requires_capability(0x7f2e15f2f0b8), requires_capability(0x7f2e12c6dd48)]] void MarkDestinationsDirty(std::set<CTxDestination> const& destinations); ---- == Parameters [cols="1,4"] |=== | Name| Description | *destinations* | The destinations whose cached outputs to invalidate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#