--- a/runtime/common/config/governance/financial_council.rs +++ b/runtime/common/config/governance/financial_council.rs @@ -39,8 +39,8 @@ type SwapOrigin = RootOrMoreThanHalfCouncil; type ResetOrigin = EnsureRoot; type PrimeOrigin = RootOrMoreThanHalfCouncil; - type MembershipInitialized = TechnicalCommittee; - type MembershipChanged = TechnicalCommittee; + type MembershipInitialized = FinancialCollective; + type MembershipChanged = FinancialCollective; type MaxMembers = FinancialCouncilMaxMembers; type WeightInfo = pallet_membership::weights::SubstrateWeight; }