Skip to content
Snippets Groups Projects
Commit 41d912aa authored by girazoki's avatar girazoki Committed by GitHub
Browse files

Companion for substrate#13159 (#2136)


* set setMembersOrigin

* Update Substrate & Polkadot

---------

Co-authored-by: default avatarBastian Köcher <info@kchr.de>
parent 2bfb3ea6
No related merge requests found
This diff is collapsed.
......@@ -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>;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment