Skip to content

Commit

Permalink
fix: financial council membership
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Jun 4, 2024
1 parent 5ef1c1c commit c9b1f9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions runtime/common/config/governance/financial_council.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ impl pallet_membership::Config<FinancialCollectiveMembership> for Runtime {
type SwapOrigin = RootOrMoreThanHalfCouncil;
type ResetOrigin = EnsureRoot<AccountId>;
type PrimeOrigin = RootOrMoreThanHalfCouncil;
type MembershipInitialized = FinancialCollective;
type MembershipChanged = FinancialCollective;
type MembershipInitialized = FinancialCouncil;
type MembershipChanged = FinancialCouncil;
type MaxMembers = FinancialCouncilMaxMembers;
type WeightInfo = pallet_membership::weights::SubstrateWeight<Runtime>;
}
Expand Down
4 changes: 2 additions & 2 deletions runtime/common/config/governance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pub use up_common::{
};

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;
Expand Down

0 comments on commit c9b1f9a

Please sign in to comment.