File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ interface IMorpho {
67
67
function feeRecipient () external view returns (address );
68
68
69
69
/// @notice The state of the position of `user` on the market corresponding to `id`.
70
- /// @dev Warning: ` supplyShares` does not contain the additional shares accrued by `feeRecipient` since the last
70
+ /// @dev Warning: For `feeRecipient`, ` supplyShares` does not contain the additional shares accrued since the last
71
71
/// interest accrual.
72
72
function position (Id id , address user )
73
73
external
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pragma solidity >=0.5.0;
5
5
/// @author Morpho Labs
6
6
/// @custom:contact security@morpho.org
7
7
/// @notice Interface that oracles used by Morpho must implement.
8
- /// @dev It is the responsibility of the oracle to handle stale prices and price manipulations .
8
+ /// @dev It is the user responsibility to select markets with oracles that are safe .
9
9
interface IOracle {
10
10
/// @notice Returns the price of 1 asset of collateral token quoted in 1 asset of loan token, scaled by 1e36.
11
11
/// @dev It corresponds to the price of 10**(collateral token decimals) assets of collateral token quoted in
You can’t perform that action at this time.
0 commit comments