[#CCoinsCacheEntry-SetDirty] = xref:CCoinsCacheEntry.adoc[CCoinsCacheEntry]::SetDirty :relfileprefix: ../ :mrdocs: Mark an entry DIRTY, adding it to the flagged linked list if needed. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void SetDirty( xref:CoinsCachePair.adoc[CoinsCachePair]& pair, xref:CoinsCachePair.adoc[CoinsCachePair]& sentinel) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *pair* | The map entry to flag. | *sentinel* | The sentinel of the flagged‐entry linked list. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#