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 4dece3c commit a34a9f2Copy full SHA for a34a9f2
src/ChainlinkOracle.sol
@@ -42,7 +42,7 @@ contract ChainlinkOracle is IOracle {
42
/// - Feeds have the same behavioral assumptions as Chainlink's.
43
/// - Feeds are set in the correct order.
44
/// - Decimals passed as argument are correct.
45
- /// - The vault's sample assets and the base feed prices don't overflow when multiplied.
+ /// - The vault's sample shares quoted as assets and the base feed prices don't overflow when multiplied.
46
/// - The quote feed prices don't overflow when multiplied.
47
/// - The vault, if set, is ERC4626-compliant.
48
/// @param vault Vault. Pass address zero to omit this parameter.
0 commit comments