git.delta.rocks / unique-network / refs/commits / 5ef1c1c9c81a

difftreelog

fix financial council membership

Daniel Shiposha2024-06-04parent: #d9af4ae.patch.diff
in: master

1 file changed

modifiedruntime/common/config/governance/financial_council.rsdiffbeforeafterboth
39 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}