From c11c530f0afb61b41a2c69765cd4543d4bbb07ca Mon Sep 17 00:00:00 2001 From: lucas-manuel Date: Mon, 13 Nov 2023 09:26:52 -0500 Subject: [PATCH] fix: update natspec --- src/interfaces/ISparkLendFreezerMom.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interfaces/ISparkLendFreezerMom.sol b/src/interfaces/ISparkLendFreezerMom.sol index 5270fb1..1ed3c54 100644 --- a/src/interfaces/ISparkLendFreezerMom.sol +++ b/src/interfaces/ISparkLendFreezerMom.sol @@ -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;