Skip to content

Commit

Permalink
fix: ordering of instructions for remote XCM message
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Sep 28, 2024
1 parent cc71ba5 commit ee1514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/pallet-asset-switch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,11 +490,11 @@ pub mod pallet {
weight_limit: WeightLimit::Unlimited,
fees: remote_asset_fee_v4.clone(),
},
SetAppendix(appendix),
TransferAsset {
assets: (asset_id_v4, remote_asset_amount_as_u128).into(),
beneficiary: beneficiary_v4,
},
SetAppendix(appendix),
]
.into();
let xcm_ticket =
Expand Down

0 comments on commit ee1514e

Please sign in to comment.