SetMembers configurable origin (#13159)

* SetMembers configurable origin

* root origin comment replaced

* fmt
This commit is contained in:
girazoki
2023-02-12 11:43:03 +01:00
committed by GitHub
parent d48fc58729
commit 79cde7b126
5 changed files with 14 additions and 3 deletions
+1
View File
@@ -104,6 +104,7 @@ impl pallet_collective::Config<AllianceCollective> for Test {
type MaxMembers = MaxMembers;
type DefaultVote = pallet_collective::PrimeDefaultVote;
type WeightInfo = ();
type SetMembersOrigin = EnsureRoot<Self::AccountId>;
}
parameter_types! {