Skip to content

Commit

Permalink
Update InterchainTokenFactory.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Nov 11, 2024
1 parent 6381c96 commit 4eb655d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/InterchainTokenFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ contract InterchainTokenFactory is IInterchainTokenFactory, ITokenManagerType, M

/**
* @notice Registers a canonical token as an interchain token and deploys its token manager.
* This function is `payable` because non-payable functions cannot be called in a multicall that calls other `payable` functions.
* @dev This function is `payable` because non-payable functions cannot be called in a multicall that calls other `payable` functions.
* @param tokenAddress The address of the canonical token.
* @return tokenId The tokenId corresponding to the registered canonical token.
*/
Expand Down

0 comments on commit 4eb655d

Please sign in to comment.