diff --git a/src/ReservoirPriceOracle.sol b/src/ReservoirPriceOracle.sol index 3111a07..dd0ef93 100644 --- a/src/ReservoirPriceOracle.sol +++ b/src/ReservoirPriceOracle.sol @@ -237,7 +237,7 @@ contract ReservoirPriceOracle is IPriceOracle, IReservoirPriceOracle, Owned(msg. lPayoutAmt = block.basefee * rewardGasAmount; } - // does not revert in any circumstance + // does not revert under any circumstance assembly ("memory-safe") { let result := call(gas(), aRecipient, lPayoutAmt, codesize(), 0x00, codesize(), 0x00) }