File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pallets/gated-marketplace/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22use super :: * ;
33use frame_support:: pallet_prelude:: * ;
44//use frame_system::pallet_prelude::*;
5- use frame_support:: traits:: Currency ;
5+ // use frame_support::traits::Currency;
66
77//pub type BalanceOf<T> = <<T as Config>::LocalCurrency as Currency<<T as frame_system::Config>::AccountId>>::Balance;
88
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ impl pallet_gated_marketplace::Config for Runtime {
572572 type MaxApplicationsPerCustodian = MaxApplicationsPerCustodian ;
573573 type MaxMarketsPerItem = MaxMarketsPerItem ;
574574 type MaxOffersPerMarket = MaxOffersPerMarket ;
575- type LocalCurrency = Balances ;
575+ // type LocalCurrency = Balances;
576576}
577577
578578parameter_types ! {
You can’t perform that action at this time.
0 commit comments