pub(super) const MAX_P2SH_SIGOPS: u32 = 15;Expand description
Maximum sigops allowed in a P2SH redeemed script (zcashd MAX_P2SH_SIGOPS).
https://github.com/zcash/zcash/blob/v6.11.0/src/policy/policy.h#L20
pub(super) const MAX_P2SH_SIGOPS: u32 = 15;Maximum sigops allowed in a P2SH redeemed script (zcashd MAX_P2SH_SIGOPS).
https://github.com/zcash/zcash/blob/v6.11.0/src/policy/policy.h#L20