Skip to content

Commit 388cb36

Browse files
committed
removed todo
1 parent 6aba0d2 commit 388cb36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/base-chain/bridge-gateways/AMPLArbitrumGateway.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,6 @@ contract AMPLArbitrumGateway is
267267
(exitNum, globalAMPLSupply) = abi.decode(_data, (uint256, uint256));
268268

269269
// Log inbound transfer and release funds
270-
// NOTE: this fails with the aribturm UI which approves this contract NOT the vault.
271-
// TODO: safe transfer from user to self and then forward to the vault.
272270
uint256 unlockAmount;
273271
{
274272
uint256 recordedGlobalAMPLSupply = IERC20(ampl).totalSupply();

0 commit comments

Comments
 (0)