pub fn deadline_is_mutable(
    proving_period_start: ChainEpoch,
    deadline_idx: usize,
    current_epoch: ChainEpoch
) -> bool
Expand description

Returns true if the deadline at the given index is currently mutable.