pub const MAX_UNPAID_REWARDS: u32 = 16;Expand description
Maximum number of entries in UnpaidRewards.
Deferrals require a depleted pot and at most one entry is created per round, so a small fixed bound suffices for every runtime. When full, the oldest entry is evicted.