Records mempool coverage statistics for a newly connected block.

Synopsis

Declared in <policy/fees/mempool_estimator.h>

[[requires_capability(0x7f2e403ca2a8), requires_capability(0x7f2e1404ca08)]]
void
MempoolTxsRemovedForBlock(
    std::shared_ptr<CBlock const> const& block,
    std::vector<RemovedMempoolTransactionInfo> const& txs_removed_for_block,
    unsigned int block_height);

Parameters

Name

Description

block

The block that was connected.

txs_removed_for_block

Transactions removed from the mempool because they were included in the block.

block_height

Height of the connected block.

Created with MrDocs