Skip to content

Commit fd994bc

Browse files
committed
hide all currency uses & imports
1 parent 50b6e45 commit fd994bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pallets/gated-marketplace/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
use super::*;
33
use 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

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

578578
parameter_types! {

0 commit comments

Comments
 (0)