Skip to content

Commit

Permalink
Remove unused code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetto90 committed Jan 29, 2024
1 parent 78e9b24 commit 0c4fb0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/feeds/chainlink/OverlayV1ChainlinkFeed.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ contract OverlayV1ChainlinkFeed is OverlayV1Feed {
ov = IOverlayV1Token(_ov);
}

/// @notice Arbitrum Sequencer not checked due to Chainlink Sequencer not working.
function _fetch() internal view virtual override returns (Oracle.Data memory) {
(uint80 roundId,,, uint256 updatedAt,) = aggregator.latestRoundData();

Expand Down

0 comments on commit 0c4fb0c

Please sign in to comment.