Skip to content

Commit a25b4ad

Browse files
authored
Merge pull request #104 from wangshouh/fix-comment
Fix comment error in MorphoChainlinkOracleV2
2 parents b6de74f + c02189f commit a25b4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/morpho-chainlink/MorphoChainlinkOracleV2.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
115115
// - pB1 is the quantity of 1e(dB2) assets B2 that can be exchanged for 1e(dB1) assets B1.
116116
// - pB2 is the quantity of 1e(dC) assets C that can be exchanged for 1e(dB2) assets B2.
117117
// - pQ1 is the quantity of 1e(dQ2) assets Q2 that can be exchanged for 1e(dQ1) assets Q1.
118-
// - pQ2 is the quantity of 1e(dC) assets C that can be exchanged for 1e(dQ2) assets B2.
118+
// - pQ2 is the quantity of 1e(dC) assets C that can be exchanged for 1e(dQ2) assets Q2.
119119

120120
// Morpho Blue expects `price()` to be the quantity of 1 asset Q1 that can be exchanged for 1 asset B1,
121121
// scaled by 1e36:

0 commit comments

Comments
 (0)