Skip to content

Commit

Permalink
Remove redundant error
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Mar 21, 2024
1 parent 9f0212a commit a2e5a20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions abi/Errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@
"name": "InvalidTokenMeta",
"type": "error"
},
{
"inputs": [],
"name": "InvalidValidator",
"type": "error"
},
{
"inputs": [],
"name": "InvalidValidators",
Expand Down
1 change: 0 additions & 1 deletion contracts/libraries/Errors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ library Errors {
error InvalidReceivedAssets();
error InvalidTokenMeta();
error UpgradeFailed();
error InvalidValidator();
error InvalidValidators();
error DeadlineExpired();
error PermitInvalidSigner();
Expand Down

0 comments on commit a2e5a20

Please sign in to comment.