Skip to content

Commit 75a5111

Browse files
committed
docs: remove useless comments
1 parent 09029f5 commit 75a5111

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/morpho-chainlink/MorphoChainlinkOracleV2.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
5050
/* CONSTRUCTOR */
5151

5252
/// @dev Here is the list of assumptions that guarantees the oracle behaves as expected:
53-
/// - Feeds are either Chainlink-compliant or the address zero.
54-
/// - Feeds have the same behavioral assumptions as Chainlink's.
5553
/// - The vaults, if set, are ERC4626-compliant.
54+
/// - The feeds, if set, are Chainlink-interface-compliant.
5655
/// - Decimals passed as argument are correct.
5756
/// - The base vaults's sample shares quoted as assets and the base feed prices don't overflow when multiplied.
5857
/// - The quote vault's sample shares quoted as assets and the quote feed prices don't overflow when multiplied.

src/morpho-chainlink/interfaces/IMorphoChainlinkOracleV2Factory.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ interface IMorphoChainlinkOracleV2Factory {
1919
function isMorphoChainlinkOracleV2(address target) external view returns (bool);
2020

2121
/// @dev Here is the list of assumptions that guarantees the oracle behaves as expected:
22-
/// - Feeds are either Chainlink-compliant or the address zero.
23-
/// - Feeds have the same behavioral assumptions as Chainlink's.
2422
/// - The vaults, if set, are ERC4626-compliant.
2523
/// - The feeds, if set, are Chainlink-interface-compliant.
2624
/// - Decimals passed as argument are correct.

0 commit comments

Comments
 (0)