[#CTxMemPool-ChangeSet-StageRemoval] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::StageRemoval :relfileprefix: ../../ :mrdocs: Stage a transaction for removal from the mempool. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void StageRemoval(xref:CTxMemPool/txiter.adoc[CTxMemPool::txiter] it); ---- == Parameters [cols="1,4"] |=== | Name| Description | *it* | Iterator to the transaction to remove. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#