Function eligible_for_deactivate_delinquent

Source
pub fn eligible_for_deactivate_delinquent(
    epoch_credits: &[(Epoch, u64, u64)],
    current_epoch: Epoch,
) -> bool
Expand description

Check if the provided epoch_credits demonstrate delinquency over the previous MINIMUM_DELINQUENT_EPOCHS_FOR_DEACTIVATION.