diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs index 922b6cbcf93c6..6a56989a9e9e1 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/xcm_config.rs @@ -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::( @@ -625,7 +625,7 @@ impl< ); } - return fees; + return MultiAssets::new(); } fees