Skip to content

Commit

Permalink
fix assets config (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
4meta5 authored Nov 5, 2024
1 parent 5037598 commit 4911a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ macro_rules! impl_openzeppelin_assets {

impl pallet_assets::Config for Runtime {
type ApprovalDeposit = <$t as AssetsConfig>::ApprovalDeposit;
type AssetAccountDeposit = <$t as AssetsConfig>::ApprovalDeposit;
type AssetAccountDeposit = <$t as AssetsConfig>::AssetAccountDeposit;
type AssetDeposit = <$t as AssetsConfig>::AssetDeposit;
type AssetId = <$t as AssetsConfig>::AssetId;
type AssetIdParameter = parity_scale_codec::Compact<<$t as AssetsConfig>::AssetId>;
Expand Down

0 comments on commit 4911a2f

Please sign in to comment.