Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkazu committed Oct 19, 2023
1 parent 69f7f01 commit ac05849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ parameter_types! {

impl pallet_onboarding::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type Currency = Balances;
type Prop = RuntimeCall;
type ProposalFee = ProposalFee;
type Slash = SlashedFee;
Expand All @@ -333,7 +332,6 @@ parameter_types! {
/// Configure the pallet-housing_fund in pallets/housing_fund.
impl pallet_housing_fund::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type LocalCurrency = Balances;
type MinContribution = MinContribution;
type FundThreshold = FundThreshold;
type MaxFundContribution = MaxFundContribution;
Expand Down

0 comments on commit ac05849

Please sign in to comment.