Skip to content

Commit

Permalink
Merge pull request #70 from tellor-io/qdindex
Browse files Browse the repository at this point in the history
removed indexed
  • Loading branch information
tkernell authored Oct 19, 2022
2 parents 4968076 + 0d1dbb7 commit f8edf03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/TellorFlex.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ contract TellorFlex {
// Events
event NewReport(
bytes32 indexed _queryId,
uint256 _time,
uint256 indexed _time,
bytes _value,
uint256 _nonce,
bytes indexed _queryData,
bytes _queryData,
address indexed _reporter
);
event NewStakeAmount(uint256 _newStakeAmount);
Expand Down

0 comments on commit f8edf03

Please sign in to comment.