[#CTxMemPool-CheckPolicyLimits] = xref:CTxMemPool.adoc[CTxMemPool]::CheckPolicyLimits :relfileprefix: ../ :mrdocs: Check whether the given transaction would satisfy the mempool's cluster policy limits. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool CheckPolicyLimits(xref:CTransactionRef.adoc[CTransactionRef] const& tx); ---- == Return Value true if the transaction passes the policy limits. == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#