...@@ -180,7 +180,7 @@ where ...@@ -180,7 +180,7 @@ where
self.left_relay.clone(), self.left_relay.clone(),
self.common.right.client.clone(), self.common.right.client.clone(),
self.common.right.tx_params.clone(), self.common.right.tx_params.clone(),
self.common.shared.only_mandatory_headers, self.common.shared.headers_to_relay(),
Some(self.common.metrics_params.clone()), Some(self.common.metrics_params.clone()),
); );
let right_relay_to_left_on_demand_headers = let right_relay_to_left_on_demand_headers =
...@@ -188,7 +188,7 @@ where ...@@ -188,7 +188,7 @@ where
self.right_relay.clone(), self.right_relay.clone(),
self.common.left.client.clone(), self.common.left.client.clone(),
self.common.left.tx_params.clone(), self.common.left.tx_params.clone(),
self.common.shared.only_mandatory_headers, self.common.shared.headers_to_relay(),
Some(self.common.metrics_params.clone()), Some(self.common.metrics_params.clone()),
); );
......
...@@ -171,7 +171,7 @@ where ...@@ -171,7 +171,7 @@ where
self.common.left.client.clone(), self.common.left.client.clone(),
self.common.right.client.clone(), self.common.right.client.clone(),
self.common.right.tx_params.clone(), self.common.right.tx_params.clone(),
self.common.shared.only_mandatory_headers, self.common.shared.headers_to_relay(),
None, None,
); );
let right_relay_to_left_on_demand_headers = let right_relay_to_left_on_demand_headers =
...@@ -179,7 +179,7 @@ where ...@@ -179,7 +179,7 @@ where
self.right_relay.clone(), self.right_relay.clone(),
self.common.left.client.clone(), self.common.left.client.clone(),
self.common.left.tx_params.clone(), self.common.left.tx_params.clone(),
self.common.shared.only_mandatory_headers, self.common.shared.headers_to_relay(),
Some(self.common.metrics_params.clone()), Some(self.common.metrics_params.clone()),
); );
let right_to_left_on_demand_parachains = OnDemandParachainsRelay::< let right_to_left_on_demand_parachains = OnDemandParachainsRelay::<
......
This diff is collapsed.