pub const MAX_BLOCK_SIGOPS: u32 = 20_000;Expand description
The maximum allowed number of legacy signature check operations in a block.
This consensus rule is not documented, so Zebra follows the zcashd implementation.
We re-use some zcashd C++ script code via zebra-script and zcash_script.