Skip to content

Commit

Permalink
Merge pull request #640 from liquity/WETHPriceFeed_empty_function_2
Browse files Browse the repository at this point in the history
chore: Remove warning
  • Loading branch information
bingen authored Dec 10, 2024
2 parents 6a1e65a + 470ecc8 commit 91d4bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/PriceFeeds/WETHPriceFeed.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract WETHPriceFeed is MainnetPriceFeedBase {
// _fetchPricePrimary returns:
// - The price
// - A bool indicating whether a new oracle failure was detected in the call
function _fetchPricePrimary(bool _isRedemption) internal virtual returns (uint256, bool) {
function _fetchPricePrimary(bool /* _isRedemption */) internal virtual returns (uint256, bool) {
return _fetchPricePrimary();
}

Expand Down

0 comments on commit 91d4bba

Please sign in to comment.