From ed220a8f4cbba1f06f1765122bcef06e1d97f493 Mon Sep 17 00:00:00 2001 From: Zhenyang Shi Date: Mon, 6 Nov 2023 16:32:24 +1000 Subject: [PATCH] Update src/interfaces/child/IChildERC20Bridge.sol Co-authored-by: Ermyas Abebe --- src/interfaces/child/IChildERC20Bridge.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/child/IChildERC20Bridge.sol b/src/interfaces/child/IChildERC20Bridge.sol index 170df909..dc57fc91 100644 --- a/src/interfaces/child/IChildERC20Bridge.sol +++ b/src/interfaces/child/IChildERC20Bridge.sol @@ -57,7 +57,7 @@ interface IChildERC20BridgeEvents { interface IChildERC20BridgeErrors { /// @notice Error when the amount requested is less than the value sent. error InsufficientValue(); - /// @notice Error when there is no gas payment received. + /// @notice Error when the withdrawal amount is zero error ZeroAmount(); /// @notice Error when the contract to mint had no bytecode. error EmptyTokenContract();