Affect CreateNewBlock prioritisation of transactions

Synopsis

Declared in <txmempool.h>

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

Parameters

Name

Description

hash

The txid whose priority is adjusted.

nFeeDelta

The fee delta to apply to the transaction.

Created with MrDocs