Getting other contract libraries to build with LibEIP712 now a regular library
This commit is contained in:
@@ -109,4 +109,12 @@ library LibEIP712 {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
function _getDomainSeparatorSchemaHash()
|
||||
internal
|
||||
pure
|
||||
returns (bytes32)
|
||||
{
|
||||
return EIP712_DOMAIN_SEPARATOR_SCHEMA_HASH;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user