Skip to content

Commit c0aaf41

Browse files
committed
comment change
1 parent c378aae commit c0aaf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit/committee-selection/pallet/src/pallet_session_support.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ where
5454
if !new_committee_accounts.contains(&account) {
5555
new_committee_accounts.insert(account.clone());
5656

57-
// Members that were already in the old committee have their accounts and keys set up already
57+
// Members that were already in the old committee have their accounts provided
5858
if !old_committee_accounts.contains(&account) {
5959
provide_account::<T>(&account);
6060
}

0 commit comments

Comments
 (0)