This commit is contained in:
joepetrowski
2022-11-18 21:20:53 +01:00
parent 362a9078df
commit b8ed7e7c64
2 changed files with 7 additions and 4 deletions
+3 -1
View File
@@ -96,7 +96,9 @@ where
From<polkadot_primitives::v2::AccountId> + Into<polkadot_primitives::v2::AccountId>,
{
fn charge_weight_in_fungibles(
asset_id: <pallet_assets::Pallet<Runtime, pallet_assets::Instance1> as Inspect<AccountIdOf<Runtime>>>::AssetId,
asset_id: <pallet_assets::Pallet<Runtime, pallet_assets::Instance1> as Inspect<
AccountIdOf<Runtime>,
>>::AssetId,
weight: Weight,
) -> Result<
<pallet_assets::Pallet<Runtime, pallet_assets::Instance1> as Inspect<