Skip to content

Commit

Permalink
Update src/interfaces/root/IRootERC20Bridge.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ermyas Abebe <[email protected]>
  • Loading branch information
proletesseract and ermyas authored Nov 16, 2023
1 parent 9e7da29 commit a212c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/root/IRootERC20Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a212c68

Please sign in to comment.