From 926bfafec57aa45e7e17c90a58d783b1cc7c17e9 Mon Sep 17 00:00:00 2001 From: Craig M Date: Mon, 20 Nov 2023 12:34:28 +1300 Subject: [PATCH] update comment --- src/root/RootERC20Bridge.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/RootERC20Bridge.sol b/src/root/RootERC20Bridge.sol index ec4e4f3e..6a91dfbd 100644 --- a/src/root/RootERC20Bridge.sol +++ b/src/root/RootERC20Bridge.sol @@ -79,7 +79,7 @@ contract RootERC20Bridge is * @param newRootWETHToken Address of ERC20 WETH on the root chain. * @param newChildChain Name of child chain. * @param newImxCumulativeDepositLimit The cumulative IMX deposit limit. - * @dev Can not actually be called directly, is overridden in RootERC20BridgeFlowRate + * @dev Can only be called once. */ function initialize( InitializationRoles memory newRoles,