We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae0e65 commit c00423fCopy full SHA for c00423f
ERCS/erc-7969.md
@@ -57,7 +57,7 @@ interface IDKIMRegistry {
57
58
The `domainHash` parameter MUST be the hash of the lowercase domain name or subdomain name. For example:
59
60
-- For the domain "example.com":
+- For the domain "example.com" using keccak256:
61
62
```solidity
63
domainHash = keccak256(bytes("example.com"))
0 commit comments