Skip to content

Commit

Permalink
NODE-149, chore: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjscksdn98 committed Nov 6, 2024
1 parent ee0dd9d commit 6291028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/bfc-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ pub struct Nominator<AccountId, Balance> {
pub initial_nominations: BTreeMap<AccountId, Balance>,
/// Total balance locked for this nominator
pub total: Balance,
/// Requests to change nominations, relevant if active (not leaving)
/// Requests to change nominations (decrease, revoke, and leave)
pub requests: PendingNominationRequests<AccountId, Balance>,
/// Status for this nominator
pub status: NominatorStatus,
Expand Down

0 comments on commit 6291028

Please sign in to comment.