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

Name

Description

outpoint

The outpoint whose unmodified coin to drop from the cache.

Created with MrDocs