From a212c68d1aadbae8dafb82b256e857dbcddbd300 Mon Sep 17 00:00:00 2001 From: Craig M Date: Fri, 17 Nov 2023 10:54:06 +1300 Subject: [PATCH] Update src/interfaces/root/IRootERC20Bridge.sol Co-authored-by: Ermyas Abebe --- src/interfaces/root/IRootERC20Bridge.sol | 1 - 1 file changed, 1 deletion(-) 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;