Skip to content

Commit

Permalink
Add prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dastansam committed Jan 15, 2025
1 parent 36b46f1 commit 05e97cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions prdoc/pr_7194.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: '[FRAME] `pallet_asset_tx_payment`: replace `AssetId` bound from `Copy` to `Clone`'

doc:
- audience: Runtime Dev
description: |
`OnChargeAssetTransaction`'s associated type `AssetId` is bounded by `Copy` which makes it impossible
to use `staging_xcm::v4::Location` as `AssetId`. This PR bounds `AssetId` to `Clone` instead, which is
more lenient.

crates:
- name: pallet-asset-tx-payment
bump: minor

0 comments on commit 05e97cf

Please sign in to comment.