File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ library ChainlinkDataFeedLib {
14
14
/// @dev When `feed` is the address zero, returns 1.
15
15
/// @dev Notes on safety checks:
16
16
/// - Staleness is not checked since the heartbeat of a Chainlink feed is an offchain parameter that can
17
- /// change at any time and checking the price deviation onchain is not possible. It was not recommended by the Chailink
18
- /// team either.
17
+ /// change at any time and checking the price deviation onchain is not possible.
19
18
/// - The price is not checked to be in the min/max bounds since the check is already performed by Chainlink most of
20
19
/// the time. Adding a safety margin would be arbitrary as well since the contract is immutable.
21
20
/// - No fallback is used. In case the oracle reverts, Morpho Blue users can still exit their positions but
You can’t perform that action at this time.
0 commit comments