Skip to content

Commit

Permalink
Companion for substrate#13159 (paritytech#2136)
Browse files Browse the repository at this point in the history
* set setMembersOrigin

* Update Substrate & Polkadot

---------

Co-authored-by: Bastian Köcher <info@kchr.de>
# Conflicts:
#	Cargo.lock
  • Loading branch information
girazoki authored and tgmichel committed Mar 29, 2023
1 parent 27cbefe commit 9a2e23c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ impl pallet_collective::Config<AllianceCollective> for Runtime {
type MaxProposals = ConstU32<ALLIANCE_MAX_PROPOSALS>;
type MaxMembers = ConstU32<ALLIANCE_MAX_MEMBERS>;
type DefaultVote = pallet_collective::MoreThanMajorityThenPrimeDefaultVote;
type SetMembersOrigin = EnsureRoot<AccountId>;
type WeightInfo = weights::pallet_collective::WeightInfo<Runtime>;
}

Expand Down

0 comments on commit 9a2e23c

Please sign in to comment.