Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Clarify IMedianizer isn't necessarily USD based
Browse files Browse the repository at this point in the history
In preparation for an ETHBTC feed.
  • Loading branch information
Shadowfiend committed Apr 14, 2020
1 parent 2103f09 commit 2f47be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/contracts/external/IMedianizer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pragma solidity 0.5.17;
interface IMedianizer {
/// @notice Get the current price.
/// @dev May revert if caller not whitelisted.
/// @return Price (USD) with 18 decimal places.
/// @return Designated price with 18 decimal places.
function read() external view returns (uint256);

/// @notice Get the current price and check if the price feed is active
Expand Down

0 comments on commit 2f47be1

Please sign in to comment.