Skip to content

Commit

Permalink
remove erroneous note
Browse files Browse the repository at this point in the history
  • Loading branch information
DZGoldman committed Feb 5, 2024
1 parent 717a36c commit bdab231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions contracts/tokenbridge/ethereum/gateway/L1ArbitrumGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ abstract contract L1ArbitrumGateway is
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* The msg.sender that calls this method, or its L2 alias if it has code in L1, will be set to the callValueRefundAddress;
* this means it can cancel the retryable ticket if its auto-redeem fails, and also that it receives the l2 callvalue refund
* (although note that for this method there is no l2 callvalue).
* this means it can cancel the retryable ticket if its auto-redeem fails, and also that it receives the l2 callvalue refund.
* @param _l1Token L1 address of ERC20
* @param _refundTo Account, or its L2 alias if it have code in L1, to be credited with excess gas refund in L2
* @param _to Account to be credited with the tokens in the L2 (can be an EOA or a contract), not subject to L2 aliasing
Expand Down
3 changes: 1 addition & 2 deletions contracts/tokenbridge/ethereum/gateway/L1GatewayRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ contract L1GatewayRouter is
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* The msg.sender that calls this method, or its L2 alias if it has code in L1, will be set to the callValueRefundAddress;
* this means it can cancel the retryable ticket if its auto-redeem fails, and also that it receives the l2 callvalue refund
* (although note that for this method there is no l2 callvalue).
* this means it can cancel the retryable ticket if its auto-redeem fails, and also that it receives the l2 callvalue refund.
* @param _token L1 address of ERC20
* @param _refundTo Account, or its L2 alias if it have code in L1, to be credited with excess gas refund in L2
* @param _to Account to be credited with the tokens in the L2 (can be an EOA or a contract), not subject to L2 aliasing.
Expand Down

0 comments on commit bdab231

Please sign in to comment.