Skip to content

Commit

Permalink
Merge pull request #118 from decentdao/revert-ihats-change
Browse files Browse the repository at this point in the history
Revert change to IHats
  • Loading branch information
adamgall authored Oct 25, 2024
2 parents f4dc206 + fe6a630 commit cae89e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions contracts/interfaces/hats/IHats.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,4 @@ interface IHats {
) external returns (bool success);

function transferHat(uint256 _hatId, address _from, address _to) external;

function isWearerOfHat(
address _user,
uint256 _hatId
) external view returns (bool isWearer);
}

0 comments on commit cae89e8

Please sign in to comment.