difftreelog
fix financial council membership
in: master
2 files 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 = FinancialCollective;42 type MembershipInitialized = FinancialCouncil;43 type MembershipChanged = FinancialCollective;43 type MembershipChanged = FinancialCouncil;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}runtime/common/config/governance/mod.rsdiffbeforeafterboth--- a/runtime/common/config/governance/mod.rs
+++ b/runtime/common/config/governance/mod.rs
@@ -36,8 +36,8 @@
};
use crate::{
- Balances, Council, OriginCaller, Preimage, Runtime, RuntimeCall, RuntimeEvent, RuntimeOrigin,
- Scheduler, TechnicalCommittee, Treasury,
+ Balances, Council, FinancialCouncil, OriginCaller, Preimage, Runtime, RuntimeCall,
+ RuntimeEvent, RuntimeOrigin, Scheduler, TechnicalCommittee, Treasury,
};
pub mod council;