Migrate to inheritdoc (#5636)
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
06ea3b1b4e
commit
aaf955de56
@ -110,9 +110,7 @@ abstract contract EIP712 is IERC5267 {
|
||||
return MessageHashUtils.toTypedDataHash(_domainSeparatorV4(), structHash);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc IERC5267
|
||||
*/
|
||||
/// @inheritdoc IERC5267
|
||||
function eip712Domain()
|
||||
public
|
||||
view
|
||||
|
||||
Reference in New Issue
Block a user