Emplace a coin into cacheCoins without performing any checks, marking the emplaced coin as dirty.

Synopsis

Declared in <coins.h>

void
EmplaceCoinInternalDANGER(
    COutPoint const& outpoint,
    Coin&& coin);

Description

NOT FOR GENERAL USE. Used only when loading coins from a UTXO snapshot.

Parameters

Name

Description

outpoint

The outpoint to add the coin under.

coin

The coin to emplace (moved into the cache).

Created with MrDocs