We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6730adb commit 17f02c3Copy full SHA for 17f02c3
src/ERC7739.sol
@@ -41,7 +41,7 @@ abstract contract ERC7739 is EIP712 {
41
/// @dev Performs the required checks per the ERC-7739 spec:
42
/// - contentsDescr is not empty
43
/// - contentsName is not empty
44
- /// - The reconstructed hash mathches the hash passed in via isValidSignature
+ /// - The reconstructed hash matches the hash passed in via isValidSignature
45
function _isValidTypedDataSig(Key memory key, bytes32 hash, bytes memory wrappedSignature)
46
internal
47
view
0 commit comments