From 042fe3918c9dd7056c63013e30b44e6fba07abb1 Mon Sep 17 00:00:00 2001 From: "A.L." Date: Mon, 8 Jul 2024 00:45:59 +0200 Subject: [PATCH] docs: update comment --- src/ReservoirPriceOracle.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }