Add mut support (#1232)

This commit is contained in:
fewensa
2021-11-30 19:47:25 +08:00
committed by Bastian Köcher
parent 5beeb9b4d6
commit 26c5a35d7a
6 changed files with 6 additions and 6 deletions
@@ -47,7 +47,7 @@ impl RelayStrategy for MixStrategy {
SourceClient: MessageLaneSourceClient<P>,
TargetClient: MessageLaneTargetClient<P>,
>(
&self,
&mut self,
reference: &mut RelayReference<P, SourceClient, TargetClient>,
) -> bool {
match self.relayer_mode {