Skip to content

Commit

Permalink
feat: removed unused event from contract
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Nakov <[email protected]>
  • Loading branch information
simzzz committed Jan 13, 2025
1 parent 95c0013 commit 0c57f6f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import {IHRC904AccountFacade} from "../../../hedera-account-service/IHRC904Accou
// - Rejecting tokens and NFTs
// - Managing token associations and auto-association settings
contract HRC904Contract {
event IsAssociated(bool status);

// @notice Cancels a pending fungible token airdrop to a receiver
// @dev Calls cancelAirdropFT on the token's HRC904 facade
// @param token The token address to cancel airdrop for
Expand Down

0 comments on commit 0c57f6f

Please sign in to comment.