[#node-MiniMiner-2constructor-0d] = xref:node.adoc[node]::xref:node/MiniMiner.adoc[MiniMiner]::MiniMiner :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<node/mini_miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- MiniMiner( xref:CTxMemPool.adoc[CTxMemPool] const& mempool, std::vector<COutPoint> const& outpoints); ---- == Parameters [cols="1,4"] |=== | Name| Description | *mempool* | The mempool to copy transaction information from. | *outpoints* | The outpoints of interest whose bump fees will be calculated. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#