[#MAX_STANDARD_TX_SIGOPS_COST] = MAX_STANDARD_TX_SIGOPS_COST :mrdocs: The maximum number of sigops we're willing to relay/mine in a single tx == Synopsis Declared in `<policy/policy.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MAX_STANDARD_TX_SIGOPS_COST = {MAX_BLOCK_SIGOPS_COST/5}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#