Skip to content

Commit

Permalink
domain separator
Browse files Browse the repository at this point in the history
  • Loading branch information
rrecuero committed Jan 31, 2024
1 parent 88a2a95 commit 9c17069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/KintoID.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ contract KintoID is

bytes32 public constant override KYC_PROVIDER_ROLE = keccak256("KYC_PROVIDER_ROLE");
bytes32 public constant override UPGRADER_ROLE = keccak256("UPGRADER_ROLE");
bytes32 public domainSeparator;

/* ============ State Variables ============ */

Expand Down

0 comments on commit 9c17069

Please sign in to comment.