[#CTxMemPool-ChangeSet-Apply] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::Apply :relfileprefix: ../../ :mrdocs: Apply the staged removals and additions to the mempool. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b421428), requires_capability(0x7ff376fd8dd8), requires_capability(0x7ff38def7ff8), requires_capability(0x7ff3640f9008), requires_capability(0x7ff3920f92f8), requires_capability(0x7ff37f5cb418), requires_capability(0x7ff37d012698), requires_capability(0x7ff374c15ea8)]] void Apply(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#