Skip to content

Commit

Permalink
variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhea committed Dec 12, 2023
1 parent 628178c commit 30981ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/internal/HyperdriveCheckpoint.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ abstract contract HyperdriveCheckpoint is
uint256 shareReservesDelta = maturedShortsAmount.divDown(
_sharePrice
);
uint256 shareProceeds = HyperdriveMath.calculateShortProceeds(
shareProceeds = HyperdriveMath.calculateShortProceeds(
maturedShortsAmount,
shareReservesDelta,
openSharePrice,
Expand Down

0 comments on commit 30981ef

Please sign in to comment.