CCoinsViewCache::Uncache

Removes the UTXO with the given outpoint from the cache, if it is not modified.

Synopsis

Declared in <coins.h>

void
Uncache(COutPoint const& outpoint);

Parameters

NameDescription
outpointThe outpoint whose unmodified coin to drop from the cache.