Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Nov 9, 2023
1 parent 1522b7d commit 08c418d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ impl<
if let Some(XcmContext{ origin: Some(origin), ..}) = context {
// There is an origin so split fee into parts.
let local_fee = OutboundQueue::calculate_local_fee();

} else {
// There is no context so send the full fee to the receiver
deposit_or_burn_fee::<AssetTransactor, _>(
Expand All @@ -625,7 +625,7 @@ impl<
);
}

return fees;
return MultiAssets::new();
}

fees
Expand Down

0 comments on commit 08c418d

Please sign in to comment.