Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DZGoldman committed Feb 5, 2024
1 parent 66bb83a commit 717a36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tokenbridge/ethereum/gateway/L1GatewayRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ contract L1GatewayRouter is
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* The msg.sender that calls this methid, or its L2 alias if it has code in L1, will be set to the callValueRefundAddress;
* 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).
* @param _token L1 address of ERC20
Expand Down

0 comments on commit 717a36c

Please sign in to comment.