CCoinsCacheEntry::SetFresh

Mark an entry FRESH, adding it to the flagged linked list if needed.

Synopsis

Declared in <coins.h>

static
void
SetFresh(
    CoinsCachePair& pair,
    CoinsCachePair& sentinel) noexcept;

Parameters

NameDescription
pairThe map entry to flag.
sentinelThe sentinel of the flagged-entry linked list.