Skip to content

Commit

Permalink
[Q-3] Unused error definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 committed Apr 1, 2024
1 parent 29f02cc commit 6bb17f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/prebuilts/unaudited/airdrop/Airdrop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ contract Airdrop is EIP712, Initializable, Ownable {
error AirdropRequestExpired(uint256 expirationTimestamp);
error AirdropRequestAlreadyProcessed();
error AirdropRequestInvalidSigner();
error AirdropInvalidTokenAddress();

/*///////////////////////////////////////////////////////////////
Events
Expand Down

0 comments on commit 6bb17f2

Please sign in to comment.