File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
82
82
AggregatorV3Interface quoteFeed2 ,
83
83
uint256 quoteTokenDecimals
84
84
) {
85
- // The ERC4626 vault parameters are used to price their respective conversion samples of their respective shares,
86
- // so it requires multiplying by `QUOTE_VAULT_CONVERSION_SAMPLE` and dividing `BASE_VAULT_CONVERSION_SAMPLE` by
87
- // the `SCALE_FACTOR` definition.
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.
88
88
// Verify that vault = address(0) => vaultConversionSample = 1 for each vault.
89
89
require (
90
90
address (baseVault) != address (0 ) || baseVaultConversionSample == 1 ,
You can’t perform that action at this time.
0 commit comments