Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update frame/nomination-pools/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov authored Apr 19, 2022
1 parent 20846ce commit 1e4f7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/nomination-pools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ pub struct Delegator<T: Config> {
/// This value lines up with the [`RewardPool::total_earnings`] after a delegator claims a
/// payout.
pub reward_pool_total_earnings: BalanceOf<T>,
/// The eras as which this delegator is unbonding, mapped from era index to the number of
/// The eras in which this delegator is unbonding, mapped from era index to the number of
/// points scheduled to unbond in the given era.
pub unbonding_eras: BoundedBTreeMap<EraIndex, BalanceOf<T>, T::MaxUnbonding>,
}
Expand Down

0 comments on commit 1e4f7fa

Please sign in to comment.