[#CBlockPolicyEstimator-removeTx] = xref:CBlockPolicyEstimator.adoc[CBlockPolicyEstimator]::removeTx :relfileprefix: ../ :mrdocs: Remove a transaction from the mempool tracking stats for non BLOCK removal reasons. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3ae70bd8), requires_capability(0x7f2e2423abd8)]] bool removeTx(xref:Txid.adoc[Txid] hash); ---- == Return Value True if the transaction was being tracked and was removed. == Parameters [cols="1,4"] |=== | Name| Description | *hash* | Txid of the transaction to stop tracking. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#