Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jul 7, 2024
1 parent f13724a commit 042fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReservoirPriceOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Check warning on line 242 in src/ReservoirPriceOracle.sol

View workflow job for this annotation

GitHub Actions / lint

Variable "result" is unused
}
Expand Down

0 comments on commit 042fe39

Please sign in to comment.