Skip to content

Commit

Permalink
Add ProviderReportPushed log
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6k committed May 31, 2019
1 parent 298bbd5 commit 3bd6938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/MedianOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ contract MedianOracle is Ownable, IOracle {
event ProviderAdded(address provider);
event ProviderRemoved(address provider);
event ReportTimestampOutOfRange(address provider);
event ProviderReportPushed(address provider, uint256 payload, uint256 timestamp);
event ProviderReportPushed(address indexed provider, uint256 payload, uint256 timestamp);

// The number of seconds after which the report is deemed expired.
uint256 public reportExpirationTimeSec;
Expand Down

0 comments on commit 3bd6938

Please sign in to comment.