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

Commit

Permalink
Update MedianOracle.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaguib authored May 21, 2019
1 parent 8bbe43c commit 4db5763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/MedianOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ contract MedianOracle is Ownable, IOracle {
* report is deemed expired.
* @param reportDelaySec_ The number of seconds since reporting that has to
* pass before a report is usable
* before a report is usable.
* @param minimumProviders_ The minimum number of providers with valid
* reports to consider the aggregate report valid.
*/
Expand Down

0 comments on commit 4db5763

Please sign in to comment.