Companion for substrate#13159 (#2136)

* set setMembersOrigin

* Update Substrate & Polkadot

---------

Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
girazoki
2023-02-13 12:49:47 +01:00
committed by GitHub
parent 8230ec4773
commit a71e750ff0
2 changed files with 267 additions and 264 deletions
Generated
+266 -264
View File
File diff suppressed because it is too large Load Diff
@@ -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>;
}