Skip to content

Commit

Permalink
chore: remove foundry toml change and add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pakim249CAL committed Feb 3, 2023
1 parent 665018b commit fe7c3ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ names = true
sizes = true
libs = ["node_modules", "lib"]
fs_permissions = [{ access = "read", path = "./config/"}]
solc_version = '0.8.17'

[fuzz]
runs = 8
Expand Down
1 change: 1 addition & 0 deletions src/MorphoInternal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ abstract contract MorphoInternal is MorphoStorage {

/// INTERNAL ///

/// @dev Dynamically computed to use the root proxy address in a delegate call.
function _domainSeparator() internal view returns (bytes32) {
return keccak256(
abi.encode(
Expand Down

0 comments on commit fe7c3ff

Please sign in to comment.