Other contracts packages building with LibEIP721 as a library (rather than a contract)

This commit is contained in:
Greg Hysen
2019-06-24 16:05:59 -07:00
parent 7aeeaae015
commit 1f64f9eae6
2 changed files with 5 additions and 6 deletions

View File

@@ -113,8 +113,8 @@ library LibEIP712 {
function _getDomainSeparatorSchemaHash()
internal
pure
returns (bytes32)
returns (bytes32 hash)
{
return EIP712_DOMAIN_SEPARATOR_SCHEMA_HASH;
return 0xb1b295f2c1ed6b459ddeb95701466e4e0b385527a6cfa3873ae72a63c08466b6;
}
}