Skip to content

Commit

Permalink
docs: rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jul 4, 2024
1 parent e8949c3 commit f84d605
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ReservoirPriceOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -526,9 +526,6 @@ contract ReservoirPriceOracle is IPriceOracle, IReservoirPriceOracle, Owned(msg.
address lThirdToken = aRoute[2];

if (lRouteLength == 3) {
// REVIEW: I'm not sure how these 2 or 3 hop routes work? As far
// as I can tell only a single address gets written to storage?
// What am I missing?
bytes32 lData = lSecondToken.pack2HopRoute();
assembly {
sstore(lSlot, lData)
Expand Down

0 comments on commit f84d605

Please sign in to comment.