Skip to content

Commit

Permalink
feat: index disputeId
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 11, 2023
1 parent a1d2cc5 commit bd01a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/interfaces/modules/dispute/IDisputeModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface IDisputeModule is IModule {
* @param _dispute The dispute
* @param _status The new status of the dispute
*/
event DisputeStatusChanged(bytes32 _disputeId, IOracle.Dispute _dispute, IOracle.DisputeStatus _status);
event DisputeStatusChanged(bytes32 indexed _disputeId, IOracle.Dispute _dispute, IOracle.DisputeStatus _status);

/*///////////////////////////////////////////////////////////////
FUNCTIONS
Expand Down

0 comments on commit bd01a98

Please sign in to comment.