Skip to content

Commit

Permalink
remove bound on accountID in AssetFeeAsExistentialDepositMultiplier (#…
Browse files Browse the repository at this point in the history
…3303)

I dont think this bound is required by anything else and it allows now
to use this struct with runtimes that have 20 bytes accounts

---------

Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
girazoki and bkchr authored Feb 20, 2024
1 parent 60563b8 commit 579ef32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cumulus/parachains/common/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ where
<Runtime as pallet_assets::Config<AssetInstance>>::AssetId,
<Runtime as pallet_assets::Config<AssetInstance>>::Balance,
>,
AccountIdOf<Runtime>:
From<polkadot_primitives::AccountId> + Into<polkadot_primitives::AccountId>,
{
fn charge_weight_in_fungibles(
asset_id: <pallet_assets::Pallet<Runtime, AssetInstance> as Inspect<
Expand Down

0 comments on commit 579ef32

Please sign in to comment.