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

Commit

Permalink
Dev branch review
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaguib committed Apr 24, 2019
1 parent f55a360 commit bb6cbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/MarketOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ contract MedianOracle is Ownable, IOracle {
uint256 minimumProviders_)
public
{
require(minimumProviders_ > 0);
reportExpirationTimeSec = reportExpirationTimeSec_;
reportDelaySec = reportDelaySec_;
require(minimumProviders_ > 0);
minimumProviders = minimumProviders_;
}

Expand Down

0 comments on commit bb6cbd8

Please sign in to comment.