Skip to content

Commit

Permalink
ON-444: Update interface Id comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Aug 14, 2023
1 parent 920f0d5 commit 1e1aa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/RolesRegistry/interfaces/IERC7432.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { IERC165 } from "@openzeppelin/contracts/utils/introspection/IERC165.sol

/// @title ERC-7432 Non-Fungible Token Roles
/// @dev See https://eips.ethereum.org/EIPS/eip-7432
/// Note: the ERC-165 identifier for this interface is 0x688fce16.
/// Note: the ERC-165 identifier for this interface is 0x851f3b3f.
interface IERC7432 is IERC165 {
struct RoleData {
uint64 expirationDate;
Expand Down

0 comments on commit 1e1aa12

Please sign in to comment.