[#miniscript-Node-CheckOpsLimit] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::CheckOpsLimit :relfileprefix: ../../ :mrdocs: Check the ops limit of this script against the consensus limit. == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool CheckOpsLimit() const; ---- == Return Value True if the script is within the consensus ops limit. [.small]#Created with https://www.mrdocs.com[MrDocs]#