CCoinsViewMemPool::PackageAddTransaction

Add the coins created by this transaction. These coins are only temporarily stored in m_temp_added and cannot be flushed to the back end. Only used for package validation.

Synopsis

Declared in <txmempool.h>

void
PackageAddTransaction(CTransactionRef const& tx);

Parameters

NameDescription
txThe transaction whose outputs are added to the temporary set.