Skip to content

Commit

Permalink
removed COLLATERALIZATION_FACTOR where it was not used (#1018)
Browse files Browse the repository at this point in the history
* removed collateralization_factor where it was not used

* Import missing COLLATERALIZATION_FACTOR

---------

Co-authored-by: Ian Harvey <[email protected]>
Co-authored-by: prateek105 <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2023
1 parent 912b1f6 commit 5d0353e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/libraries/external/LenderActions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ import {
_depositFeeRate,
_htp,
_priceAt,
MAX_FENWICK_INDEX,
COLLATERALIZATION_FACTOR
MAX_FENWICK_INDEX
} from '../helpers/PoolHelper.sol';

import { Deposits } from '../internal/Deposits.sol';
Expand Down
3 changes: 1 addition & 2 deletions src/libraries/external/PoolCommons.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ import {
_htp,
_indexOf,
MAX_FENWICK_INDEX,
MIN_PRICE, MAX_PRICE,
COLLATERALIZATION_FACTOR
MIN_PRICE, MAX_PRICE
} from '../helpers/PoolHelper.sol';

import { Deposits } from '../internal/Deposits.sol';
Expand Down

0 comments on commit 5d0353e

Please sign in to comment.