[#MAX_BLOCK_SIGOPS_COST] = MAX_BLOCK_SIGOPS_COST :mrdocs: The maximum allowed number of signature check operations in a block (network rule) == Synopsis Declared in `<consensus/consensus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int64_t MAX_BLOCK_SIGOPS_COST = {80'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#