Skip to content

Commit

Permalink
fix: revert reserve factor mantissa change
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorisan committed Mar 30, 2023
1 parent 9ee3aa3 commit de0fb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/DAIInterestRateModelV4.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contract DAIInterestRateModelV4 is JumpRateModelV2 {
/**
* @notice The assumed (1 - reserve factor) used to calculate the minimum borrow rate (reserve factor = 0.05)
*/
uint public constant assumedOneMinusReserveFactorMantissa = 0.85e18;
uint public constant assumedOneMinusReserveFactorMantissa = 0.95e18;

PotLike pot;
JugLike jug;
Expand Down

0 comments on commit de0fb67

Please sign in to comment.