Skip to content

Commit

Permalink
docs: fix little inaccuracy in domain separator docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Nov 3, 2024
1 parent 3de2df4 commit 871ad33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/IMorpho.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ struct Signature {
/// @dev Consider using the IMorpho interface instead of this one.
interface IMorphoBase {
/// @notice The EIP-712 domain separator.
/// @dev Warning: Every EIP-712 signed message based on this domain separator can be reused on another chain sharing
/// the same chain id because the domain separator would be the same.
/// @dev Warning: Every EIP-712 signed message based on this domain separator can be reused on forks and chains
/// sharing the same chain id because the domain separator would be the same.
function DOMAIN_SEPARATOR() external view returns (bytes32);

/// @notice The owner of the contract.
Expand Down

0 comments on commit 871ad33

Please sign in to comment.