Skip to content

Commit

Permalink
revert draft-L1USDCGatewayCCTP.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
qi-0826 authored Dec 8, 2023
1 parent bf8a935 commit 249a8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/L1/gateways/usdc/draft-L1USDCGatewayCCTP.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ contract L1USDCGatewayCCTP is CCTPGatewayBase, L1ERC20Gateway {
/// @dev The `_scrollMessage` is actually encoded calldata for `L1ScrollMessenger.relayMessageWithProof`.
///
/// @dev This helper function is aimed to claim USDC in single transaction.
/// Normally, a user should call `L1ScrollMessenger.relayMessageWithProof` first,
/// Normally, an user should call `L1ScrollMessenger.relayMessageWithProof` first,
/// then `L1USDCGatewayCCTP.claimUSDC`.
///
/// @param _nonce The nonce of the message from CCTP.
Expand Down

0 comments on commit 249a8b1

Please sign in to comment.