Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Dec 21, 2023
1 parent aa80734 commit c537910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ERC6538Registry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ contract ERC6538Registry is IERC6538Registry {
bytes memory signature,
bytes memory stealthMetaAddress
) external {
// Check for nonce
bytes32 digest = _hashTypedDataV4(
keccak256(
abi.encode(TYPE_HASH, registrant, schemeId, stealthMetaAddress, nonceOf[registrant]++)
Expand Down

0 comments on commit c537910

Please sign in to comment.