[#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(0x7f95135d3b28), requires_capability(0x7f9501b12f08), requires_capability(0x7f950ec790f8), requires_capability(0x7f9525ea8e48), requires_capability(0x7f9515098588), requires_capability(0x7f950826c828), requires_capability(0x7f94f856ff38), requires_capability(0x7f9513c5a128)]] void Apply(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#