From 62910282e383e83e3840eab205e42e847065596b Mon Sep 17 00:00:00 2001 From: dnjscksdn98 Date: Wed, 6 Nov 2024 18:17:07 +0900 Subject: [PATCH] NODE-149, chore: fix docstring --- pallets/bfc-staking/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/bfc-staking/src/lib.rs b/pallets/bfc-staking/src/lib.rs index 55b9abce..80d6fbd9 100644 --- a/pallets/bfc-staking/src/lib.rs +++ b/pallets/bfc-staking/src/lib.rs @@ -1483,7 +1483,7 @@ pub struct Nominator { pub initial_nominations: BTreeMap, /// 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, /// Status for this nominator pub status: NominatorStatus,