Skip to content

Commit

Permalink
Update contracts/InterchainTokenService.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
Foivos and milapsheth authored Jan 9, 2025
1 parent 4c7e551 commit a833844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/InterchainTokenService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ contract InterchainTokenService is
}

/**
* @notice Allows the owner to migrate legacy tokens that cannot be migrated automatically.
* @notice Allows the owner to migrate minter of native interchain tokens from ITS to the corresponding token manager.
* @param tokenId the tokenId of the registered token.
*/
function migrateInterchainToken(bytes32 tokenId) external onlyOwner {
Expand Down

0 comments on commit a833844

Please sign in to comment.