pub(super) const MAX_STANDARD_TX_SIGOPS: u32 = 4000;Expand description
Maximum number of signature operations allowed per standard transaction (zcashd MAX_STANDARD_TX_SIGOPS).
https://github.com/zcash/zcash/blob/v6.11.0/src/policy/policy.h#L22
pub(super) const MAX_STANDARD_TX_SIGOPS: u32 = 4000;Maximum number of signature operations allowed per standard transaction (zcashd MAX_STANDARD_TX_SIGOPS).
https://github.com/zcash/zcash/blob/v6.11.0/src/policy/policy.h#L22