Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Van0k committed Aug 22, 2024
1 parent fba2782 commit e235748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/oracles/pendle/PendleTWAPPTPriceFeed.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ contract PendleTWAPPTPriceFeed is IPriceFeed, PriceFeedValidationTrait, SanityCh
return FixedPoint.divDown(WAD, assetToPTRate);
}

/// @notice Returns the USD price of the PT token with 8 decimals and the last update timestamp
/// @notice Returns the USD price of the PT token with 8 decimals
function latestRoundData() external view override returns (uint80, int256, uint256, uint256, uint80) {
int256 answer = _getValidatedPrice(priceFeed, stalenessPeriod, skipCheck);

Expand Down

0 comments on commit e235748

Please sign in to comment.