Skip to content

Commit

Permalink
Bind Council collective to CouncilMembership (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 committed Jul 4, 2022
1 parent b70a5c4 commit 396af2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,8 @@ impl pallet_membership::Config<CouncilMembershipInstance> for Runtime {
type AddOrigin = EnsureRootOrThreeFourthsCouncil;
type Event = Event;
type MaxMembers = CouncilMaxMembers;
type MembershipChanged = AdvisoryCommittee;
type MembershipInitialized = AdvisoryCommittee;
type MembershipChanged = Council;
type MembershipInitialized = Council;
type PrimeOrigin = EnsureRootOrThreeFourthsCouncil;
type RemoveOrigin = EnsureRootOrThreeFourthsCouncil;
type ResetOrigin = EnsureRootOrThreeFourthsCouncil;
Expand Down

0 comments on commit 396af2a

Please sign in to comment.