Skip to content

Commit

Permalink
removed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed Dec 16, 2021
1 parent 6aba0d2 commit 388cb36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/base-chain/bridge-gateways/AMPLArbitrumGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ contract AMPLArbitrumGateway is
(exitNum, globalAMPLSupply) = abi.decode(_data, (uint256, uint256));

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

0 comments on commit 388cb36

Please sign in to comment.