Skip to content

Commit 871ad33

Browse files
committed
docs: fix little inaccuracy in domain separator docs
1 parent 3de2df4 commit 871ad33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/IMorpho.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ struct Signature {
5050
/// @dev Consider using the IMorpho interface instead of this one.
5151
interface IMorphoBase {
5252
/// @notice The EIP-712 domain separator.
53-
/// @dev Warning: Every EIP-712 signed message based on this domain separator can be reused on another chain sharing
54-
/// the same chain id because the domain separator would be the same.
53+
/// @dev Warning: Every EIP-712 signed message based on this domain separator can be reused on forks and chains
54+
/// sharing the same chain id because the domain separator would be the same.
5555
function DOMAIN_SEPARATOR() external view returns (bytes32);
5656

5757
/// @notice The owner of the contract.

0 commit comments

Comments
 (0)