Emplace a coin into cacheCoins without performing any checks, marking the emplaced coin as dirty.
Declared in <coins.h>
void
EmplaceCoinInternalDANGER(
COutPoint const& outpoint,
Coin&& coin);
NOT FOR GENERAL USE. Used only when loading coins from a UTXO snapshot.
| Name | Description |
|---|---|
| outpoint | The outpoint to add the coin under. |
| coin | The coin to emplace (moved into the cache). |