MAX_SEAL_PROOF_LENGTH

Constant MAX_SEAL_PROOF_LENGTH 

Source
pub const MAX_SEAL_PROOF_LENGTH: u8 = 20;
Expand description

Maximum merkle proof length for seal proofs (supports ~1M epochs). This prevents DoS attacks through extremely long proofs. Each epoch = 1 day, so this supports ~2,700 years of history.