Fire the TransactionRemovedFromMempool event to all subscribers.

Synopsis

Declared in <validationinterface.h>

void
TransactionRemovedFromMempool(
    CTransactionRef const& tx,
    MemPoolRemovalReason reason,
    uint64_t mempool_sequence);

Parameters

Name

Description

tx

The transaction removed from the mempool.

reason

Why the transaction was removed.

mempool_sequence

Mempool sequence number at the time of the removal.

Created with MrDocs