Skip to main content

MAX_STANDARD_TX_SIGOPS

Constant MAX_STANDARD_TX_SIGOPS 

Source
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