Skip to content

Commit

Permalink
fix: #30
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Dec 31, 2024
1 parent d00254a commit 4283a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curve/stable/StablePair.sol
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ contract StablePair is ReservoirPair {
internal
view
override
returns (uint256, int256)
returns (uint256 spotPrice, int256 logSpotPrice)
{
return StableOracleMath.calcLogPrice(
_getCurrentAPrecise(), aBalance0 * token0PrecisionMultiplier, aBalance1 * token1PrecisionMultiplier
Expand Down

0 comments on commit 4283a1d

Please sign in to comment.