pub const INACTIVITY_SCORE_BIAS: u64 = 4;Expand description
Per-epoch inactivity-score increment for a missed target vote during a finality stall.
Traces to SPEC §2.4, §9.2. Consumed by DSL-089. Ethereum mainnet value = 4. Outside a stall, misses do NOT add to the score (DSL-090 global recovery applies instead).