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
Name |
Description |
tx |
The transaction whose outputs are added to the temporary set. |
Created with MrDocs