CTxMemPool::PrioritiseTransaction

Affect CreateNewBlock prioritisation of transactions

Synopsis

Declared in <txmempool.h>

void
PrioritiseTransaction(
    Txid const& hash,
    CAmount const& nFeeDelta);

Parameters

NameDescription
hashThe txid whose priority is adjusted.
nFeeDeltaThe fee delta to apply to the transaction.