Skip to content

Commit

Permalink
Remove refund instructions (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
imstar15 authored Sep 19, 2023
1 parent 37cbbf8 commit cf4a6ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pallets/xcmp-handler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,6 @@ pub mod pallet {
require_weight_at_most: transact_encoded_call_weight,
call: transact_encoded_call.into(),
},
RefundSurplus::<()>,
DepositAsset::<()> {
assets: Wild(AllCounted(1)),
beneficiary: MultiLocation { parents: 1, interior: descend_location },
},
]);

Ok((Xcm(vec![]), target_xcm))
Expand Down

0 comments on commit cf4a6ea

Please sign in to comment.