From 4880a37440c47a22c50084fb161e0b810910694f Mon Sep 17 00:00:00 2001 From: OliverNChalk <11343499+OliverNChalk@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:54:36 -0500 Subject: [PATCH] remove resolved REVIEW --- src/ReservoirPriceOracle.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ReservoirPriceOracle.sol b/src/ReservoirPriceOracle.sol index 5a52d98..90256be 100644 --- a/src/ReservoirPriceOracle.sol +++ b/src/ReservoirPriceOracle.sol @@ -365,7 +365,6 @@ contract ReservoirPriceOracle is IPriceOracle, IReservoirPriceOracle, Owned(msg. _getRouteDecimalDifferencePrice(lToken0, lToken1); if (lRoute.length == 0) { - // REVIEW: Is it possible for `aQuote` to be an IERC4626? // There is one case where the behavior is a bit more unexpected, and that is when // `aBase` is an empty contract, and the revert would not be caught at all, causing // the entire operation to fail. But this is okay, because if `aBase` is not a contract, trying