From 5ef1c1c9c81aa51906648cb74860b1f62f342b17 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Tue, 04 Jun 2024 10:23:13 +0000 Subject: [PATCH] fix: financial council membership --- --- 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; } -- gitstuff