From f84d6052ad9c160ff11d9dded1461416bfde13e0 Mon Sep 17 00:00:00 2001 From: "A.L." Date: Thu, 4 Jul 2024 13:47:49 +0200 Subject: [PATCH] docs: rm comment --- src/ReservoirPriceOracle.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ReservoirPriceOracle.sol b/src/ReservoirPriceOracle.sol index d5afea1..5a52d98 100644 --- a/src/ReservoirPriceOracle.sol +++ b/src/ReservoirPriceOracle.sol @@ -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)