Skip to content

Commit

Permalink
Update src/interfaces/child/IChildERC20Bridge.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ermyas Abebe <[email protected]>
  • Loading branch information
wcgcyx and ermyas authored Nov 6, 2023
1 parent 67e9094 commit ed220a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/child/IChildERC20Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ed220a8

Please sign in to comment.