Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jul 3, 2024
1 parent 5c272a9 commit 2b0f808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReservoirPriceOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ contract ReservoirPriceOracle is IPriceOracle, IReservoirPriceOracle, Owned(msg.

int256 lDiff = int256(lToken1Decimals) - int256(lToken0Decimals);

bytes32 lData = lDiff.packSimplePice(0);
bytes32 lData = lDiff.packSimplePrice(0);
assembly {
// Write data to storage.
sstore(lSlot, lData)
Expand Down

0 comments on commit 2b0f808

Please sign in to comment.