Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Update frame/support/src/traits.rs
Co-authored-by: Kian Paimani <[email protected]>
  • Loading branch information
apopiak and kianenigma authored May 13, 2020
commit eae912deef876166c5dd7047dadef44aa072db43
2 changes: 1 addition & 1 deletion frame/support/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ pub trait ChangeMembers<AccountId: Clone + Ord> {

/// Returns whether changing the members will execute without errors.
///
/// Defaults to a noop. Implement this if `change_members_sorted` could fail.
/// Defaults to a noop. Implement this if any of the other functions could fail.
///
/// If this returns `Err`, calls to `change_members`, `change_members_sorted` and
/// `set_members_sorted` are not guaranteed to have the desired effect.
Expand Down