[#CTxMemPool-Expire] = xref:CTxMemPool.adoc[CTxMemPool]::Expire :relfileprefix: ../ :mrdocs: Expire all transaction (and their dependencies) in the mempool older than time. Return the number of removed transactions. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f95135d31e8), requires_capability(0x7f9501b125c8), requires_capability(0x7f950ec787b8), requires_capability(0x7f9525ea8508), requires_capability(0x7f9515097c48), requires_capability(0x7f950826bee8), requires_capability(0x7f94f856f5f8), requires_capability(0x7f9513c597e8)]] int Expire(std::chrono::seconds time); ---- == Return Value The number of removed transactions. == Parameters [cols="1,4"] |=== | Name| Description | *time* | Transactions that entered the mempool before this time are expired. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#