From 4eb655d34c605e50c8f4bb228b58996adb9dd6bf Mon Sep 17 00:00:00 2001 From: ahramy Date: Sun, 10 Nov 2024 22:46:26 -0800 Subject: [PATCH] Update InterchainTokenFactory.sol --- contracts/InterchainTokenFactory.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/InterchainTokenFactory.sol b/contracts/InterchainTokenFactory.sol index eb502372..4905d96f 100644 --- a/contracts/InterchainTokenFactory.sol +++ b/contracts/InterchainTokenFactory.sol @@ -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. */