[#CTxMemPool-ChangeSet-CheckMemPoolPolicyLimits] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::CheckMemPoolPolicyLimits :relfileprefix: ../../ :mrdocs: Check if any cluster limits are exceeded. Returns true if pass, false if fail. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool CheckMemPoolPolicyLimits(); ---- == Return Value true if the staged changes pass the cluster policy limits, false otherwise. [.small]#Created with https://www.mrdocs.com[MrDocs]#