Commit 7248038b authored by lbeder's avatar lbeder Committed by Mark Tyneway

Make getSchemaRegistry as pure

parent b57cc410
...@@ -94,7 +94,7 @@ contract EAS is IEAS, Semver, EIP712Verifier { ...@@ -94,7 +94,7 @@ contract EAS is IEAS, Semver, EIP712Verifier {
/** /**
* @inheritdoc IEAS * @inheritdoc IEAS
*/ */
function getSchemaRegistry() external view returns (ISchemaRegistry) { function getSchemaRegistry() external pure returns (ISchemaRegistry) {
return _schemaRegistry; return _schemaRegistry;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment