From 9a2e23cf9a85b0fbe780d5b94999b088aea0d834 Mon Sep 17 00:00:00 2001 From: girazoki Date: Mon, 13 Feb 2023 12:49:47 +0100 Subject: [PATCH] Companion for substrate#13159 (#2136) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * set setMembersOrigin * Update Substrate & Polkadot --------- Co-authored-by: Bastian Köcher # Conflicts: # Cargo.lock --- parachains/runtimes/collectives/collectives-polkadot/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs index 9919d73f7a9..7bf13bc9fcb 100644 --- a/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs +++ b/parachains/runtimes/collectives/collectives-polkadot/src/lib.rs @@ -443,6 +443,7 @@ impl pallet_collective::Config for Runtime { type MaxProposals = ConstU32; type MaxMembers = ConstU32; type DefaultVote = pallet_collective::MoreThanMajorityThenPrimeDefaultVote; + type SetMembersOrigin = EnsureRoot; type WeightInfo = weights::pallet_collective::WeightInfo; }