Other contracts packages building with LibEIP721 as a library (rather than a contract)
This commit is contained in:
@@ -113,8 +113,8 @@ library LibEIP712 {
|
||||
function _getDomainSeparatorSchemaHash()
|
||||
internal
|
||||
pure
|
||||
returns (bytes32)
|
||||
returns (bytes32 hash)
|
||||
{
|
||||
return EIP712_DOMAIN_SEPARATOR_SCHEMA_HASH;
|
||||
return 0xb1b295f2c1ed6b459ddeb95701466e4e0b385527a6cfa3873ae72a63c08466b6;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user