Skip to content

Commit

Permalink
pallet-xcm: fix transport fees for remote reserve transfers (#3798) -…
Browse files Browse the repository at this point in the history
… backport for 1.8 (#3839)

This is backport of #3792

Expected patches for:
- pallet-xcm

---------

Co-authored-by: Adrian Catangiu <adrian@parity.io>
  • Loading branch information
bkontur and acatangiu authored Mar 26, 2024
1 parent 32ef8c6 commit d09c833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions polkadot/xcm/pallet-xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,7 @@ impl<T: Config> Pallet<T> {
]);
Ok(Xcm(vec![
WithdrawAsset(assets.into()),
SetFeesMode { jit_withdraw: true },
InitiateReserveWithdraw {
assets: Wild(AllCounted(max_assets)),
reserve,
Expand Down

0 comments on commit d09c833

Please sign in to comment.