Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Aug 12, 2024
1 parent a3a3b89 commit ababf0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ contract MultiMechanismUSDCTokenPool is USDCTokenPool, MultiMechanismPoolManager
override
returns (Pool.ReleaseOrMintOutV1 memory)
{
// TODO: Determine which struct field for token Data should be used in this function
if (shouldUseAltMechForIncomingMessage(releaseOrMintIn.remoteChainSelector, releaseOrMintIn.offchainTokenData)) {
return _altMechIncomingMessage(releaseOrMintIn);
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ abstract contract USDCBridgeMigrator is OwnerIsCreator {

i_USDC.burn(tokensToBurn);

// TODO: Should the "should-use-alt-mechanism" mapping be updated automatically here for the chain
// selector on execution, or require another manual update?

emit CCTPMigrationExecuted(burnChainSelector, tokensToBurn);
}

Expand Down

0 comments on commit ababf0c

Please sign in to comment.