Skip to content

Commit

Permalink
update pool func visibility (#1283)
Browse files Browse the repository at this point in the history
## Motivation


## Solution
  • Loading branch information
matYang authored and asoliman92 committed Aug 28, 2024
1 parent 104836a commit c99ef5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/v0.8/ccip/pools/USDC/USDCTokenPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ contract USDCTokenPool is TokenPool, ITypeAndVersion {
/// @dev emits ITokenMessenger.DepositForBurn
/// @dev Assumes caller has validated destinationReceiver
function lockOrBurn(Pool.LockOrBurnInV1 calldata lockOrBurnIn)
external
public
virtual
override
returns (Pool.LockOrBurnOutV1 memory)
Expand Down Expand Up @@ -139,7 +139,7 @@ contract USDCTokenPool is TokenPool, ITypeAndVersion {
/// non-reverting offchainTokenData that can be supplied is a valid attestation for the
/// specific message that was sent on source.
function releaseOrMint(Pool.ReleaseOrMintInV1 calldata releaseOrMintIn)
external
public
virtual
override
returns (Pool.ReleaseOrMintOutV1 memory)
Expand Down

0 comments on commit c99ef5d

Please sign in to comment.