[#MAX_PUBKEYS_PER_MULTI_A] = MAX_PUBKEYS_PER_MULTI_A :mrdocs: The limit of keys in OP_CHECKSIGADD‐based scripts. It is due to the stack limit in BIP342. == Synopsis Declared in `<script/script.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MAX_PUBKEYS_PER_MULTI_A = 999; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#