difftreelog
fix financial council membership
in: master
1 file changed
runtime/common/config/governance/financial_council.rsdiffbeforeafterboth39 type SwapOrigin = RootOrMoreThanHalfCouncil;39 type SwapOrigin = RootOrMoreThanHalfCouncil;40 type ResetOrigin = EnsureRoot<AccountId>;40 type ResetOrigin = EnsureRoot<AccountId>;41 type PrimeOrigin = RootOrMoreThanHalfCouncil;41 type PrimeOrigin = RootOrMoreThanHalfCouncil;42 type MembershipInitialized = TechnicalCommittee;42 type MembershipInitialized = FinancialCollective;43 type MembershipChanged = TechnicalCommittee;43 type MembershipChanged = FinancialCollective;44 type MaxMembers = FinancialCouncilMaxMembers;44 type MaxMembers = FinancialCouncilMaxMembers;45 type WeightInfo = pallet_membership::weights::SubstrateWeight<Runtime>;45 type WeightInfo = pallet_membership::weights::SubstrateWeight<Runtime>;46}46}