diff --git a/src/interfaces/root/IRootERC20Bridge.sol b/src/interfaces/root/IRootERC20Bridge.sol index b2b5b60c..3e7c5066 100644 --- a/src/interfaces/root/IRootERC20Bridge.sol +++ b/src/interfaces/root/IRootERC20Bridge.sol @@ -61,7 +61,6 @@ interface IRootERC20Bridge { /** * @notice Initiate sending an ETH deposit message to the child chain. - * @custom:requires `rootToken` to already be mapped with `mapToken`. * @param amount The amount of tokens to deposit. */ function depositETH(uint256 amount) external payable;