diff --git a/modules/emergency-shutdown/src/lib.rs b/modules/emergency-shutdown/src/lib.rs index 68ec17e30b..88474e4d94 100644 --- a/modules/emergency-shutdown/src/lib.rs +++ b/modules/emergency-shutdown/src/lib.rs @@ -55,7 +55,6 @@ pub mod module { type Event: From> + IsType<::Event>; /// The list of valid collateral currency types - #[pallet::constant] type CollateralCurrencyIds: Get>; /// Price source to freeze currencies' price diff --git a/modules/honzon/src/lib.rs b/modules/honzon/src/lib.rs index 0e1fe734fb..464282493f 100644 --- a/modules/honzon/src/lib.rs +++ b/modules/honzon/src/lib.rs @@ -68,7 +68,6 @@ pub mod module { type DepositPerAuthorization: Get; /// The list of valid collateral currency types - #[pallet::constant] type CollateralCurrencyIds: Get>; /// Weight information for the extrinsics in this module.