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 13, 2024
1 parent c0d3d87 commit 5cb889f
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 5cb889f

Please sign in to comment.