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 0b9edd4 commit 6caac66Copy full SHA for 6caac66
contracts/utils/cryptography/draft-ERC7739Utils.sol
@@ -57,7 +57,7 @@ library ERC7739Utils {
57
* - `APP_DOMAIN_SEPARATOR` is the EIP-712 {EIP712-_domainSeparatorV4} of the application smart contract that is
58
* requesting the signature verification (though ERC-1271).
59
* - `contentsHash` is the hash of the underlying data structure or message.
60
- * - `contentsDescr` is a descriptor of the "contents" part of the the EIP-712 type of the nested signature.
+ * - `contentsDescr` is a descriptor of the "contents" part of the EIP-712 type of the nested signature.
61
*
62
* NOTE: This function returns empty if the input format is invalid instead of reverting.
63
* data instead.
0 commit comments