[#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(0x7f2e1b5a3a58), requires_capability(0x7f2e2721ca68), requires_capability(0x7f2e421ce178), requires_capability(0x7f2e2880d138), requires_capability(0x7f2e321304c8), requires_capability(0x7f2e347f8b58), requires_capability(0x7f2e2b05cfc8), requires_capability(0x7f2e2bee4668)]] void Apply(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#