Record mempool transactions that were removed because a block was connected.

Synopsis

Declared in <policy/fees/estimator_man.h>

virtual
void
MempoolTransactionsRemovedForBlock(
    std::shared_ptr<CBlock const> const& block,
    std::vector<RemovedMempoolTransactionInfo> const& txs_removed_for_block,
    unsigned int block_height) override;

Parameters

Name

Description

block [in]

The block that was connected.

txs_removed_for_block [in]

The mempool transactions removed by that block.

block_height [in]

Height of the connected block.

Created with MrDocs