[#CTxMemPool-removeForBlock] = xref:CTxMemPool.adoc[CTxMemPool]::removeForBlock :relfileprefix: ../ :mrdocs: Remove transactions confirmed in a block (and any that conflict with them) from the mempool. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f95135d1f30), requires_capability(0x7f9501b11310), requires_capability(0x7f950ec77500), requires_capability(0x7f9525ea7250), requires_capability(0x7f9515096990), requires_capability(0x7f950826ac30), requires_capability(0x7f94f856e340), requires_capability(0x7f9513c58530)]] std::vector<RemovedMempoolTransactionInfo> removeForBlock(std::vector<CTransactionRef> const& vtx); ---- == Return Value Information about the transactions removed from the mempool. == Parameters [cols="1,4"] |=== | Name| Description | *vtx* | The transactions included in the newly connected block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#