We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4ff8d commit 7864513Copy full SHA for 7864513
toolkit/committee-selection/pallet/src/pallet_session_support.rs
@@ -54,7 +54,7 @@ where
54
if !new_committee_accounts.contains(&account) {
55
new_committee_accounts.insert(account.clone());
56
57
- // Members that were already in the old committee have their accounts and keys set up already
+ // Members that were already in the old committee have their accounts provided
58
if !old_committee_accounts.contains(&account) {
59
provide_account::<T>(&account);
60
}
0 commit comments