Skip to content

Commit

Permalink
πŸ“– Update code comment (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustynaBroniszewska authored Jun 7, 2024
1 parent 7022d48 commit a2153e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/AdminContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ contract AdminContract is IAdminContract, UUPSUpgradeable, OwnableUpgradeable, A
public
override
onlyTimelock
safeCheck("CCR", _collateral, newCCR, 0, 10 ether) // 100% - 1,000%
safeCheck("CCR", _collateral, newCCR, 0, 10 ether) // 0% - 1,000%
{
CollateralParams storage collParams = collateralParams[_collateral];
uint256 oldCCR = collParams.ccr;
Expand Down

0 comments on commit a2153e8

Please sign in to comment.