Skip to content

Commit

Permalink
remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 18, 2024
1 parent 62732a3 commit ebaccbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/token/contracts/evm/UniversalToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ contract UniversalToken is
error InvalidAddress();
error Unauthorized();
error InvalidGasLimit();
error GasTokenTransferFailed();

modifier onlyGateway() {
if (msg.sender != address(gateway)) revert Unauthorized();
Expand Down

0 comments on commit ebaccbe

Please sign in to comment.