Skip to content

Commit

Permalink
Merge branch 'sc-204-build-gsm-bypass' into sc-239-add-spells-and-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Nov 13, 2023
2 parents 43ebac1 + c11c530 commit e43763e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/ISparkLendFreezerMom.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ interface ISparkLendFreezerMom {
/**
* @dev Function to freeze all markets. Permissioned using the isAuthorized function
* which allows the owner, the freezer contract itself, or the `hat` in the Chief
* to call the function.
* to call the function. Note that the `authority` in this contract is assumed to be
* the Chief in the MakerDAO protocol.
*/
function freezeAllMarkets() external;

Expand Down

0 comments on commit e43763e

Please sign in to comment.