Open
Description
The EIP712Upgradeable contract seems to have misleading / outdated documentation in the comments.
💻 Environment
Latest (5.2.0)
📝 Details
/**
...
* NOTE: In the upgradeable version of this contract, the cached values will correspond to the address, and the domain
* separator of the implementation contract. This will cause the {_domainSeparatorV4} function to always rebuild the
* separator from the immutable values, which is cheaper than accessing a cached version in cold storage.
*/
There are no use of immutables or constants in the contract. This note should go away.
🔢 Code to reproduce bug
Not relevant