Skip to content

Commit 91bac7b

Browse files
Update contracts/MedianOracle.sol
Co-authored-by: Brandon Iles <brandon.iles@gmail.com>
1 parent e64fa49 commit 91bac7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/MedianOracle.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ contract MedianOracle is OwnableUpgradeable, IOracle {
120120

121121
/**
122122
* @notice Pushes a report for the calling provider.
123-
* @param payload is expected to be a fixed point number with 18 decimals.
123+
* @param payload is expected to be a fixed point number with `DECIMALS` decimals.
124124
*/
125125
function pushReport(uint256 payload) external {
126126
address providerAddress = msg.sender;

0 commit comments

Comments
 (0)