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

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Apr 22, 2022
1 parent 42ef1d8 commit e4c4b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frame/nomination-pools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
//! [`RewardPools`]. Reward pools are identified via the pools bonded account.
//! * unbonding sub pools: Collection of pools at different phases of the unbonding lifecycle. See
//! [`SubPools`] and [`SubPoolsStorage`]. Sub pools are identified via the pools bonded account.
//! * members: Accounts that are members of pools. See [`PoolMember`] and [`PoolMembers`].
//! Pool members are identified via their account.
//! * members: Accounts that are members of pools. See [`PoolMember`] and [`PoolMembers`]. Pool
//! members are identified via their account.
//! * point: A unit of measure for a members portion of a pool's funds.
//! * kick: The act of a pool administrator forcibly ejecting a member.
//!
Expand Down

0 comments on commit e4c4b28

Please sign in to comment.