Constructor that takes a list of outpoints that may or may not belong to transactions in the mempool. Copies out information about the relevant transactions in the mempool into MiniMinerMempoolEntrys.
Declared in <node/mini_miner.h>
MiniMiner(
CTxMemPool const& mempool,
std::vector<COutPoint> const& outpoints);
| Name | Description |
|---|---|
| mempool | The mempool to copy transaction information from. |
| outpoints | The outpoints of interest whose bump fees will be calculated. |