mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 11:18:01 +00:00
Companion for substrate#13159 (#2136)
* set setMembersOrigin * Update Substrate & Polkadot --------- Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
Generated
+266
-264
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>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user