From 404d1b99923814ca87a9a38a8d1b95b1e382ca32 Mon Sep 17 00:00:00 2001 From: Richard Melkonian <35300528+0xmovses@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:04:32 +0100 Subject: [PATCH] Update protocol-units/bridge/chains/ethereum/src/client.rs --- protocol-units/bridge/chains/ethereum/src/client.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol-units/bridge/chains/ethereum/src/client.rs b/protocol-units/bridge/chains/ethereum/src/client.rs index 604227864..77374fcd7 100644 --- a/protocol-units/bridge/chains/ethereum/src/client.rs +++ b/protocol-units/bridge/chains/ethereum/src/client.rs @@ -143,6 +143,7 @@ impl EthClient { Ok(()) } + //To be feature flagged, see tracking issue https://github.com/movementlabsxyz/movement/issues/380 pub async fn deposit_weth_and_approve( &mut self, caller: Address,