We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2960ff8 commit 2ce0440Copy full SHA for 2ce0440
src/morpho-chainlink/MorphoChainlinkOracleV2.sol
@@ -84,7 +84,7 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
84
) {
85
// The ERC4626 vault parameters are used to price their respective conversion samples of their respective
86
// shares, so it requires multiplying by `QUOTE_VAULT_CONVERSION_SAMPLE` and dividing
87
- // `BASE_VAULT_CONVERSION_SAMPLE` by the `SCALE_FACTOR` definition.
+ // by `BASE_VAULT_CONVERSION_SAMPLE` in the `SCALE_FACTOR` definition.
88
// Verify that vault = address(0) => vaultConversionSample = 1 for each vault.
89
require(
90
address(baseVault) != address(0) || baseVaultConversionSample == 1,
0 commit comments