Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
refactor: Remove Inspect from Assets in pallet-cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
code0xff committed Sep 11, 2024
1 parent 4d85cd4 commit 98a402a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frame/cosmos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ pub mod pallet {
type AssetId: AssetId + Ord + MaybeSerializeDeserialize;
/// Interface from which we are going to execute assets operations.
#[pallet::no_default]
type Assets: fungibles::Inspect<Self::AccountId, Balance = Self::Balance, AssetId = Self::AssetId>
+ fungibles::metadata::Inspect<
type Assets: fungibles::metadata::Inspect<
Self::AccountId,
Balance = Self::Balance,
AssetId = Self::AssetId,
Expand Down

0 comments on commit 98a402a

Please sign in to comment.